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