Skip to content

Commit

Permalink
fix: Hide AI related menu items (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Nov 8, 2024
1 parent f112a30 commit 8221b71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/_defaultProps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default {
{
name: 'menu.aiServiceManagement',
icon: <RobotOutlined />,
hideFromMenu: true,
children: [
{
name: 'menu.llmProviderManagement',
Expand All @@ -84,6 +85,7 @@ export default {
{
name: 'menu.consumerManagement',
path: '/consumer',
hideFromMenu: true,
icon: <UserOutlined />,
},
{
Expand Down

0 comments on commit 8221b71

Please sign in to comment.