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/eval-input.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/long-input.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/schedule/components/schedule-modal.tsx
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -436,6 +436,9 @@ export function ScheduleModal({
436
436
type='number'
437
437
min='1'
438
438
className='h-10'
439
+
autoComplete='off'
440
+
data-form-type='other'
441
+
name='minutes-interval'
439
442
/>
440
443
</div>
441
444
)}
@@ -455,6 +458,9 @@ export function ScheduleModal({
455
458
min='0'
456
459
max='59'
457
460
className='h-10'
461
+
autoComplete='off'
462
+
data-form-type='other'
463
+
name='hourly-minute'
458
464
/>
459
465
<pclassName='text-muted-foreground text-xs'>
460
466
Specify which minute of each hour the workflow should run (0-59)
@@ -530,6 +536,9 @@ export function ScheduleModal({
530
536
min='1'
531
537
max='31'
532
538
className='h-10'
539
+
autoComplete='off'
540
+
data-form-type='other'
541
+
name='monthly-day'
533
542
/>
534
543
<pclassName='text-muted-foreground text-xs'>
535
544
Specify which day of the month the workflow should run (1-31)
0 commit comments