Skip to content

Commit

Permalink
fix(*): Edit button is enabled when adding remarks (#1296)
Browse files Browse the repository at this point in the history
fixes #1294
  • Loading branch information
TheSlimvReal authored Jun 3, 2022
1 parent 66b141c commit e823c82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
type="text"
[(ngModel)]="attendance.remarks"
[disabled]="disabled"
(input)="change.emit(attendance)"
/>
</mat-form-field>
</div>

0 comments on commit e823c82

Please sign in to comment.