mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
fixes to showAdd and filtering on load for non-admins
This commit is contained in:
@@ -41,7 +41,7 @@ export class CiphersComponent extends BaseCiphersComponent {
|
||||
|
||||
async load(filter: (cipher: CipherView) => boolean = null) {
|
||||
if (!this.organization.isAdmin) {
|
||||
await super.load();
|
||||
await super.load(filter);
|
||||
return;
|
||||
}
|
||||
this.accessEvents = this.organization.useEvents;
|
||||
|
||||
Reference in New Issue
Block a user