Unverified Commit 584de4a6 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Update price-countInput.component.ts

parent f6a6c97a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ export class PriceCountInputComponent implements ViewCell, OnInit {

	ngOnInit() {
		this.id.emit(this.rowData.id);
		if (this.placeholder === 'Count' || this.placeholder === 'Price') {
		if (this.placeholder === 'Count') {
			this.value = 1;
		}
	}