fix(ui): remove commented out property

This commit is contained in:
psychedelicious 2023-12-03 19:56:15 +11:00
parent d699efa5bc
commit 4b2e3aa54d

View File

@ -89,7 +89,6 @@ export const initialNodesState: NodesState = {
nodeOpacity: 1,
selectedNodes: [],
selectedEdges: [],
// workflow: INITIAL_WORKFLOW,
nodeExecutionStates: {},
viewport: { x: 0, y: 0, zoom: 1 },
mouseOverField: null,