1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

partial-edit not applicable for admin console

This commit is contained in:
Nick Krantz
2024-10-04 10:38:05 -05:00
parent 85a53f4e59
commit 03b8a29a11

View File

@@ -891,7 +891,7 @@ export class VaultComponent implements OnInit, OnDestroy {
} }
const cipherFormConfig = await this.cipherFormConfigService.buildConfig( const cipherFormConfig = await this.cipherFormConfigService.buildConfig(
cipher?.edit ? "edit" : "partial-edit", "edit",
cipher.id as CipherId, cipher.id as CipherId,
cipher?.type, cipher?.type,
); );