Revert import-dialog back to default
This commit is contained in:
parent
6923639dc5
commit
1bbb88b826
@ -63,7 +63,8 @@
|
||||
{{ 'action.cancel' | translate }}
|
||||
</button>
|
||||
<button mat-raised-button color="primary"
|
||||
type="submit">
|
||||
type="submit"
|
||||
[disabled]="(isLoading$ | async) || importFormGroup.invalid || !importFormGroup.dirty">
|
||||
{{ 'action.import' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user