Skip to content

Commit 40983b4

Browse files
committed
update other loc to match
1 parent 68bdf50 commit 40983b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ const WorkflowContent = React.memo(() => {
11731173
block.parentId && (block.parentType === 'loop' || block.parentType === 'parallel')
11741174

11751175
if (isInsideSubflow) return { canRun: false, reason: 'Cannot run from inside subflow' }
1176-
if (!dependenciesSatisfied) return { canRun: false, reason: 'Run previous blocks first' }
1176+
if (!dependenciesSatisfied) return { canRun: false, reason: 'Disabled: Run Blocks Before' }
11771177
if (isNoteBlock) return { canRun: false, reason: undefined }
11781178
if (isExecuting) return { canRun: false, reason: undefined }
11791179

0 commit comments

Comments
 (0)