1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

[AC-1603] Hide vault selector at Admin Console's import (#8750)

* Hide vault selector at Admin Console's import

* removed duplicated disable
This commit is contained in:
aj-rosado
2024-05-16 15:39:31 +01:00
committed by GitHub
parent 43e1d0a21b
commit aa0627fa38
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
{{ "personalOwnershipPolicyInEffectImports" | i18n }}
</bit-callout>
<form [formGroup]="formGroup" [bitSubmit]="submit" id="import_form_importForm">
<bit-form-field>
<bit-form-field [hidden]="isFromAC">
<bit-label
>{{ "importDestination" | i18n }}
<a