diff --git a/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx b/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx index 76dcfc9f..a3080497 100644 --- a/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx @@ -104,6 +104,7 @@ function Workspace({ null, ); const [page, setPage] = useState(1); + const [nudge, setNudge] = useState(false); const { workflowPanelState, setWorkflowPanelState, closeWorkflowPanel } = useWorkflowPanelStore(); const [nodes, setNodes, onNodesChange] = useNodesState(initialNodes); @@ -881,14 +882,34 @@ function Workspace({ {/* timeline */}