From 74b98a74204cea64074e281ce19468667e5cba46 Mon Sep 17 00:00:00 2001 From: ajhai Date: Wed, 16 Oct 2024 10:40:22 -0700 Subject: [PATCH] Fix duplicate key in sidebar menu --- llmstack/client/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmstack/client/src/App.js b/llmstack/client/src/App.js index 2ea6ffe1a89..1fa94442b88 100644 --- a/llmstack/client/src/App.js +++ b/llmstack/client/src/App.js @@ -102,7 +102,7 @@ export default function App({ children }) { if (profileFlags.IS_ORGANIZATION_OWNER) { allMenuItems.push({ - key: "8", + key: "10", label: "Organization", link: "/organization", });