Skip to content

Commit 4544433

Browse files
authored
fix: hide ask menu (#454)
1 parent e179f21 commit 4544433

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/mods/studio/studio-sidebar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ const menus = [
6262
label: 'Reports',
6363
path: '/studio/reports',
6464
icon: 'Files'
65-
},
66-
{
65+
}
66+
/* {
6767
label: 'Ask AI',
6868
path: '/studio/reports/ask',
6969
icon: 'Sparkles'
70-
}
70+
}*/
7171
] as MenuType[]
7272

7373
export const StudioSidebar = () => {

0 commit comments

Comments
 (0)