Skip to content

Commit 203abd1

Browse files
committed
fix: use provided root path
1 parent c3b48a7 commit 203abd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavigationTree/NavigationTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function NavigationTree({
3434
<NavigationTreeDirectory
3535
state={state}
3636
dispatch={dispatch}
37-
path=""
37+
path={rootState.path}
3838
fetchPath={fetchPath}
3939
activePath={activePath}
4040
onItemActivate={onActivePathUpdate}

0 commit comments

Comments
 (0)