Skip to content

Commit b7ee729

Browse files
committed
address comments
1 parent 602f0dd commit b7ee729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/variables

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/variables/variables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ export function Variables({ readOnly = false }: VariablesProps) {
416416
/>
417417
)
418418
},
419-
[handleUpdateVariable]
419+
[handleUpdateVariable, readOnly]
420420
)
421421

422422
if (!isOpen) return null

0 commit comments

Comments
 (0)