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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user