fix orgs load
This commit is contained in:
parent
59aaa07e3b
commit
ed381bcf0a
|
@ -34,7 +34,7 @@ export class OrganizationsComponent implements OnInit {
|
|||
private syncService: SyncService) { }
|
||||
|
||||
async ngOnInit() {
|
||||
if (this.vault) {
|
||||
if (!this.vault) {
|
||||
await this.load();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue