fix orgs load
This commit is contained in:
parent
59aaa07e3b
commit
ed381bcf0a
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue