Skip to content

Commit f794db0

Browse files
committed
refactor(EditLayout): comment out unused 'Charts' navigation item
1 parent 2f6a994 commit f794db0

File tree

1 file changed

+6
-6
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/components

1 file changed

+6
-6
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/components/EditLayout.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ const Navigation = ({
192192
},
193193
]
194194
: []),
195-
{
196-
label: 'Charts',
197-
id: 'charts',
198-
url: `/dashboard/${entityType}/${organization}/dataset/${id}/edit/charts?type=list`,
199-
// selected: pathItem === 'charts',
200-
},
195+
// {
196+
// label: 'Charts',
197+
// id: 'charts',
198+
// url: `/dashboard/${entityType}/${organization}/dataset/${id}/edit/charts?type=list`,
199+
// // selected: pathItem === 'charts',
200+
// },
201201

202202
{
203203
label: 'Publish',

0 commit comments

Comments
 (0)