You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/short-input.tsx
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,13 @@ export function ShortInput({
287
287
288
288
// Update all state in a single batch
289
289
Promise.resolve().then(()=>{
290
-
setStoreValue(newValue)
290
+
// Update value through onChange if provided, otherwise use store
0 commit comments