chore: refine bookmarking

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-15 14:01:38 +01:00
parent afc61e6f4c
commit 1031db7ed2
4 changed files with 47 additions and 37 deletions

View File

@@ -74,7 +74,7 @@ export const defineTool = (
description={description}
icon={icon}
type={basePath}
path={`${basePath}/${path}`}
fullPath={`${basePath}/${path}`}
>
<Component title={name} longDescription={longDescription} />
</ToolLayout>