Skip to content

Commit

Permalink
Merge pull request #2461 from Agenta-AI/fix/hide-settings
Browse files Browse the repository at this point in the history
[Fix] hide settings temporarily
  • Loading branch information
jp-agenta authored Feb 10, 2025
2 parents 8650911 + 7de1cb9 commit 9f6cdbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const useSidebarConfig = () => {
link: "/settings",
icon: <Gear size={16} />,
isBottom: true,
isHidden: !isOss,
isHidden: true,
},
{
key: "help-docs-link",
Expand Down

0 comments on commit 9f6cdbd

Please sign in to comment.