using 5 digits ids

This commit is contained in:
anovazzi1 2023-06-13 22:40:20 -03:00
commit 8be988ef27

View file

@ -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: () => {},