Commit 4832f85f5de4aa867e3f530844452ad70527fe0a

Authored by Igor Kulikov
1 parent 81aa229b

UI: Minor improvements

@@ -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"