Browse Source

UI: minor changes

pull/12723/head
Igor Kulikov 2 years 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(() => { ).subscribe(() => {
this.importTypeChanged(); this.importTypeChanged();
}); });
this.importTypeChanged();
} }
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean { isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean {

Loading…
Cancel
Save