Incentive Done!!
Employee Benefit Done!!
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<button matPrefix (click)="less(row, i)">
|
||||
<mat-icon>remove</mat-icon>
|
||||
</button>
|
||||
<input matInput formControlName="points" autocomplete="off">
|
||||
<input matInput formControlName="points" autocomplete="off" (change)="change(row, i)">
|
||||
<button matSuffix color="warn" (click)="more(row, i)">
|
||||
<mat-icon>add</mat-icon>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user