Fix filter ‘No Folder’ check (#2895)
This commit is contained in:
parent
e12d28d14a
commit
e8a1c60ed5
|
@ -583,7 +583,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||
cipherPassesFilter = cipher.type === this.activeFilter.cipherType;
|
||||
}
|
||||
if (
|
||||
this.activeFilter.selectedFolderId != null &&
|
||||
this.activeFilter.selectedFolder &&
|
||||
this.activeFilter.selectedFolderId != "none" &&
|
||||
cipherPassesFilter
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue