mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Bandaid Folders Not Emitting (#8934)
* Bandaid Folders Not Emitting * Remove VaultFilterComponent Change
This commit is contained in:
@@ -56,7 +56,7 @@ export class ForegroundDerivedState<TTo> implements DerivedState<TTo> {
|
|||||||
|
|
||||||
return await this.getStoredValue();
|
return await this.getStoredValue();
|
||||||
}),
|
}),
|
||||||
filter((s) => s.derived),
|
filter((s) => s?.derived === true), // A "remove" storage update will return us null
|
||||||
map((s) => s.value),
|
map((s) => s.value),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user