removed duplicated disable

This commit is contained in:
Andre Rosado 2024-04-22 14:18:13 +01:00
parent 37ccd0ff06
commit 0ccf2e8b12
No known key found for this signature in database
GPG Key ID: 99F68267CCD45AA9
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ export class ImportComponent implements OnInit, OnDestroy {
private handleOrganizationImportInit() {
this.formGroup.controls.vaultSelector.patchValue(this.organizationId);
this.formGroup.controls.vaultSelector.disable();
this.formGroup.controls.vaultSelector.disable();
this.collections$ = Utils.asyncToObservable(() =>
this.importCollectionService