Skip to content

Commit 9829a0e

Browse files
authored
fix: enable "save" button for Notes and show validation errors clearly (#3778)
fixes #3756
1 parent 6cc46e6 commit 9829a0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/core/form-dialog/dialog-buttons/dialog-buttons.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<button
22
mat-raised-button
33
color="accent"
4-
[disabled]="!form.formGroup.valid"
54
(click)="save()"
65
angulartics2On="click"
76
[angularticsCategory]="entity?.getType()"

0 commit comments

Comments
 (0)