1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

[PM-31423] updated isAdminConsoleAction check in cipher-report (#18662)

This commit is contained in:
Jason Ng
2026-02-05 12:42:22 -05:00
committed by GitHub
parent 6c7cca1360
commit 0b8d61a1b8

View File

@@ -193,7 +193,7 @@ export abstract class CipherReportComponent implements OnDestroy {
formConfig,
activeCollectionId,
disableForm,
isAdminConsoleAction: true,
isAdminConsoleAction: this.organization != null,
});
const result = await lastValueFrom(this.vaultItemDialogRef.closed);