Skip to content

Commit 36f5dfd

Browse files
improvement(wait): hint the wait-amount cap on the input
Restores the pre-#4331 description on the Wait Amount field so the limit is visible before submit instead of only at runtime. Mentions both the 5 min default and the 30 day cap with Suspend Workflow.
1 parent 4c7bc83 commit 36f5dfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/blocks/blocks/wait.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const WaitBlock: BlockConfig = {
2626
id: 'timeValue',
2727
title: 'Wait Amount',
2828
type: 'short-input',
29+
description: 'Max 5 minutes (300 seconds). Enable Suspend Workflow for up to 30 days.',
2930
placeholder: '10',
3031
value: () => '10',
3132
required: true,

0 commit comments

Comments
 (0)