mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
partial-edit not applicable for admin console
This commit is contained in:
@@ -891,7 +891,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
const cipherFormConfig = await this.cipherFormConfigService.buildConfig(
|
||||
cipher?.edit ? "edit" : "partial-edit",
|
||||
"edit",
|
||||
cipher.id as CipherId,
|
||||
cipher?.type,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user