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:
@@ -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,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user