mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
refresh vault item list after sharing cipher
This commit is contained in:
@@ -571,7 +571,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
// FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
|
// FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
|
||||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
||||||
this.viewCipher(cipher);
|
this.viewCipher(cipher);
|
||||||
await this.vaultItemsComponent.refresh();
|
await this.vaultItemsComponent.load(this.activeFilter.buildFilter());
|
||||||
});
|
});
|
||||||
// eslint-disable-next-line rxjs-angular/prefer-takeuntil, rxjs/no-async-subscribe
|
// eslint-disable-next-line rxjs-angular/prefer-takeuntil, rxjs/no-async-subscribe
|
||||||
this.modal.onClosed.subscribe(async () => {
|
this.modal.onClosed.subscribe(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user