disable data-sources menu

This commit is contained in:
ramnique 2025-01-15 21:39:13 +05:30
parent 696cee8ed5
commit 0e8921c1c8

View file

@ -53,7 +53,7 @@ export default function Menu({
icon={<WorkflowIcon />}
selected={pathname.startsWith(`/projects/${projectId}/workflow`)}
/>
<NavLink
{/* <NavLink
href={`/projects/${projectId}/sources`}
label="Data sources"
collapsed={collapsed}
@ -61,7 +61,7 @@ export default function Menu({
<path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1" d="M19 6c0 1.657-3.134 3-7 3S5 7.657 5 6m14 0c0-1.657-3.134-3-7-3S5 4.343 5 6m14 0v6M5 6v6m0 0c0 1.657 3.134 3 7 3s7-1.343 7-3M5 12v6c0 1.657 3.134 3 7 3s7-1.343 7-3v-6" />
</svg>
selected={pathname.startsWith(`/projects/${projectId}/sources`)}
/>
/> */}
<NavLink
href={`/projects/${projectId}/config`}
label="Config"