formatting
This commit is contained in:
parent
6c872bf4ac
commit
7e8495efc2
2 changed files with 6 additions and 2 deletions
|
|
@ -20,7 +20,11 @@ import {
|
|||
import { APIClassType, APITemplateType } from "../types/api";
|
||||
import { FlowType, NodeType } from "../types/flow";
|
||||
import { TabsContextType, TabsState } from "../types/tabs";
|
||||
import { addVersionToDuplicates, updateIds, updateTemplate } from "../utils/reactflowUtils";
|
||||
import {
|
||||
addVersionToDuplicates,
|
||||
updateIds,
|
||||
updateTemplate,
|
||||
} from "../utils/reactflowUtils";
|
||||
import { getRandomDescription, getRandomName } from "../utils/utils";
|
||||
import { alertContext } from "./alertContext";
|
||||
import { typesContext } from "./typesContext";
|
||||
|
|
|
|||
|
|
@ -231,4 +231,4 @@ export function addVersionToDuplicates(flow: FlowType, flows: FlowType[]) {
|
|||
}
|
||||
|
||||
return newName;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue