mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
[fix] Pass deleted param to CiphersComponent.reload() (#2703)
This commit is contained in:
parent
eb7586c09a
commit
39af27da3f
@ -540,7 +540,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
this.i18nService.t(this.calculateSearchBarLocalizationString(vaultFilter))
|
||||
);
|
||||
this.activeFilter = vaultFilter;
|
||||
await this.ciphersComponent.reload(this.buildFilter());
|
||||
await this.ciphersComponent.reload(this.buildFilter(), vaultFilter.status === "trash");
|
||||
this.go();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user