Loading packages/admin-web-angular/src/app/@shared/render-component/price-countInput/price-countInput.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
packages/admin-web-angular/src/app/@shared/render-component/price-countInput/price-countInput.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading