Skip to content

Commit

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

0 comments on commit 80f5822

Please sign in to comment.