Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineDenis committed Sep 13, 2023
1 parent 52dbbc4 commit 5f28e46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function TreeView<SCHEMA extends AnyTree>({
);

// FEATURE: synchronize focus path with the URL
const [focusPath = [], setFocusPath] = useCachedState(
const [_focusedPath = [], setFocusPath] = useCachedState(
'tree',
`focusPath${tableName}`
);
Expand Down

0 comments on commit 5f28e46

Please sign in to comment.