1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

idle reconnects for notifications

This commit is contained in:
Kyle Spearrin
2018-08-22 22:37:55 -04:00
parent 71073874eb
commit 80febf97d3
4 changed files with 33 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ export class VaultComponent implements OnInit, OnDestroy {
await Promise.all([
this.groupingsComponent.load(),
this.organizationsComponent.load(),
this.ciphersComponent.refresh(),
this.ciphersComponent.load(this.ciphersComponent.filter),
]);
this.changeDetectorRef.detectChanges();
}