Browse Source

UI: minor changes

pull/12723/head
Igor Kulikov 1 year ago
parent
commit
ab997ea8e8
  1. 1
      ui-ngx/src/app/shared/import-export/import-dialog.component.ts

1
ui-ngx/src/app/shared/import-export/import-dialog.component.ts

@ -78,7 +78,6 @@ export class ImportDialogComponent extends DialogComponent<ImportDialogComponent
).subscribe(() => {
this.importTypeChanged();
});
this.importTypeChanged();
}
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean {

Loading…
Cancel
Save