diff --git a/src/frontend/src/utils/reactflowUtils.ts b/src/frontend/src/utils/reactflowUtils.ts index 5b4fbac09..29040fd0d 100644 --- a/src/frontend/src/utils/reactflowUtils.ts +++ b/src/frontend/src/utils/reactflowUtils.ts @@ -232,8 +232,6 @@ export function addVersionToDuplicates(flow: FlowType, flows: FlowType[]) { return newName; } -<<<<<<< HEAD -======= export function handleKeyDown(e: React.KeyboardEvent, inputValue: string | string[] | null, block: string) { @@ -242,4 +240,3 @@ export function handleKeyDown(e: React.KeyboardEvent, inputVal e.stopPropagation(); } }; ->>>>>>> bugfix-backctrl