Forgot to lint earlier
This commit is contained in:
@ -238,7 +238,9 @@ export class PurchaseComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
this.product = null;
|
||||
((this.form.get('addRow') as UntypedFormControl).get('price') as UntypedFormControl).enable();
|
||||
((this.form.get('addRow') as UntypedFormControl).get('tax') as UntypedFormControl).enable();
|
||||
((this.form.get('addRow') as UntypedFormControl).get('discount') as UntypedFormControl).enable();
|
||||
(
|
||||
(this.form.get('addRow') as UntypedFormControl).get('discount') as UntypedFormControl
|
||||
).enable();
|
||||
setTimeout(() => {
|
||||
if (this.productElement) {
|
||||
this.productElement.nativeElement.focus();
|
||||
|
||||
Reference in New Issue
Block a user