mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
fix orgs load
This commit is contained in:
@@ -34,7 +34,7 @@ export class OrganizationsComponent implements OnInit {
|
|||||||
private syncService: SyncService) { }
|
private syncService: SyncService) { }
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
if (this.vault) {
|
if (!this.vault) {
|
||||||
await this.load();
|
await this.load();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user