using 5 digits ids
This commit is contained in:
parent
1628323548
commit
8be988ef27
1 changed files with 1 additions and 1 deletions
|
|
@ -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: () => {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue