diff --git a/src/frontend/src/contexts/tabsContext.tsx b/src/frontend/src/contexts/tabsContext.tsx index 8868e0f74..2dc22c34f 100644 --- a/src/frontend/src/contexts/tabsContext.tsx +++ b/src/frontend/src/contexts/tabsContext.tsx @@ -21,7 +21,7 @@ import ShortUniqueId from "short-unique-id"; import { addEdge } from "reactflow"; import _ from "lodash"; -const uid = new ShortUniqueId({ length: 4 }); +const uid = new ShortUniqueId({ length: 5 }); const TabsContextInitialValue: TabsContextType = { save: () => {},