Skip to content

Commit 9625db5

Browse files
committed
ack PR comment
1 parent 7724a9b commit 9625db5

File tree

2 files changed

+1
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block

2 files changed

+1
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/schedule-info/schedule-info.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const logger = createLogger('ScheduleStatus')
1010
interface ScheduleInfoProps {
1111
blockId: string
1212
isPreview?: boolean
13-
disabled?: boolean
1413
}
1514

1615
/**

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ function SubBlockComponent({
593593
)
594594

595595
case 'schedule-info':
596-
return <ScheduleInfo blockId={blockId} isPreview={isPreview} disabled={disabled} />
596+
return <ScheduleInfo blockId={blockId} isPreview={isPreview} />
597597

598598
case 'oauth-input':
599599
return (

0 commit comments

Comments
 (0)