[SG-230] “All Items” and “Trash” missing from Organization Vault (#795)
This commit is contained in:
parent
694de6ffdb
commit
31beae1783
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue