mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[PM-5272] Migrate CollapsedGroupings to State Provider (#7954)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { KeyDefinition, VAULT_FILTER_DISK } from "../../../platform/state";
|
||||
|
||||
export const COLLAPSED_GROUPINGS = KeyDefinition.array<string>(
|
||||
VAULT_FILTER_DISK,
|
||||
"collapsedGroupings",
|
||||
{
|
||||
deserializer: (obj) => obj,
|
||||
},
|
||||
);
|
||||
Reference in New Issue
Block a user