Skip to content

Commit 6a690f6

Browse files
committed
remove -
1 parent d6bcc88 commit 6a690f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/lib/types/Entity/Entity.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ export const entityConfig = [
1818
},
1919
{
2020
label: 'GroupBys',
21-
path: '/groupbys',
21+
path: '/GroupBys',
2222
icon: IconRectangleStack,
2323
id: 'groupbys'
2424
},
2525

2626
{
2727
label: 'Staging Queries',
28-
path: '/staging-queries',
28+
path: '/StagingQueries',
2929
icon: IconCubeTransparent,
30-
id: 'staging-queries'
30+
id: 'stagingqueries'
3131
}
3232
] as const;
3333

0 commit comments

Comments
 (0)