Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | <div mat-dialog-actions fxLayoutAlign="end center"> | 35 | <div mat-dialog-actions fxLayoutAlign="end center"> |
36 | <button mat-raised-button color="primary" | 36 | <button mat-raised-button color="primary" |
37 | type="submit" | 37 | type="submit" |
38 | - [disabled]="(isLoading$ | async) || detailsForm.invalid || !detailsForm.dirty"> | 38 | + [disabled]="(isLoading$ | async) || detailsForm?.invalid || !detailsForm?.dirty"> |
39 | {{ 'action.add' | translate }} | 39 | {{ 'action.add' | translate }} |
40 | </button> | 40 | </button> |
41 | <button mat-button color="primary" | 41 | <button mat-button color="primary" |