mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 10:54:00 +00:00
[PM-31423] updated isAdminConsoleAction check in cipher-report (#18662)
This commit is contained in:
committed by
jaasen-livefront
parent
5000d394b0
commit
f19ba0e6ca
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user