Skip to content

Commit

Permalink
Fix duplicate key in sidebar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Oct 16, 2024
1 parent 614b493 commit 74b98a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmstack/client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function App({ children }) {

if (profileFlags.IS_ORGANIZATION_OWNER) {
allMenuItems.push({
key: "8",
key: "10",
label: "Organization",
link: "/organization",
});
Expand Down

0 comments on commit 74b98a7

Please sign in to comment.