add: bind path to index markdown
This commit is contained in:
@@ -69,7 +69,7 @@ const SideNavigation = () => {
|
||||
key={path.id}
|
||||
path={path}
|
||||
isRoot={false}
|
||||
onSave={handleSave} // Ensure this is passed
|
||||
onSave={handleSave}
|
||||
onDelete={handleDelete}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user