From 03b8a29a11dde00dd6658f453dbdcf28579ae670 Mon Sep 17 00:00:00 2001 From: Nick Krantz Date: Fri, 4 Oct 2024 10:38:05 -0500 Subject: [PATCH] partial-edit not applicable for admin console --- apps/web/src/app/vault/org-vault/vault.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/vault/org-vault/vault.component.ts b/apps/web/src/app/vault/org-vault/vault.component.ts index 7db7656cb20..9e70667d7c8 100644 --- a/apps/web/src/app/vault/org-vault/vault.component.ts +++ b/apps/web/src/app/vault/org-vault/vault.component.ts @@ -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, );