We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7ee24 commit e2a703bCopy full SHA for e2a703b
1 file changed
apps/webapp/app/components/primitives/TreeView/utils.ts
@@ -39,14 +39,14 @@ export function concreteStateFromInput({
39
}
40
const nodes = concreteStateFromPartialState(tree, state);
41
42
- return {
+ return applyFilterToState({
43
tree,
44
nodes,
45
changes: { selectedId },
46
filter,
47
filteredNodes: nodes,
48
- visibleNodeIds: visibleNodes(tree, nodes).map((node) => node.id),
49
- };
+ visibleNodeIds: [],
+ });
50
51
52
export function concreteStateFromPartialState<TData>(
0 commit comments