mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
[SG-230] “All Items” and “Trash” missing from Organization Vault (#795)
This commit is contained in:
@@ -11,7 +11,7 @@ export class StatusFilterComponent {
|
|||||||
@Input() activeFilter: VaultFilter;
|
@Input() activeFilter: VaultFilter;
|
||||||
|
|
||||||
get show() {
|
get show() {
|
||||||
return !this.hideFavorites && !this.hideTrash;
|
return !(this.hideFavorites && this.hideTrash);
|
||||||
}
|
}
|
||||||
|
|
||||||
applyFilter(cipherStatus: CipherStatus) {
|
applyFilter(cipherStatus: CipherStatus) {
|
||||||
|
|||||||
Reference in New Issue
Block a user