add: bind path to index markdown

This commit is contained in:
h z
2024-12-06 23:35:36 +00:00
parent a1473e51e7
commit 20f205ba59
2 changed files with 32 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ const SideNavigation = () => {
key={path.id}
path={path}
isRoot={false}
onSave={handleSave} // Ensure this is passed
onSave={handleSave}
onDelete={handleDelete}
/>
))}