🔀 merge(frontend): resolve merge conflict in reactflowUtils.ts file

🐛 fix(frontend): remove unnecessary merge conflict markers in reactflowUtils.ts file
This commit is contained in:
Cristhian Zanforlin Lousa 2023-08-01 20:21:06 -03:00
commit 8c2ce3f209

View file

@ -232,8 +232,6 @@ export function addVersionToDuplicates(flow: FlowType, flows: FlowType[]) {
return newName;
}
<<<<<<< HEAD
=======
export function handleKeyDown(e: React.KeyboardEvent<HTMLInputElement>, inputValue: string | string[] | null, block: string)
{
@ -242,4 +240,3 @@ export function handleKeyDown(e: React.KeyboardEvent<HTMLInputElement>, inputVal
e.stopPropagation();
}
};
>>>>>>> bugfix-backctrl