Skip to content

Commit 0964312

Browse files
fix(wait): drop dead tooltip prop on Async switch
Switch sub-blocks return null from renderLabel (sub-block.tsx:238), so the tooltip never reached the user. The trade-off explanation already lives in longDescription and bestPractices. Flagged by bugbot.
1 parent 515a95f commit 0964312

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/sim/blocks/blocks/wait.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export const WaitBlock: BlockConfig = {
6060
id: 'async',
6161
title: 'Async',
6262
type: 'switch',
63-
tooltip:
64-
'By default, the workflow pauses in memory and can wait up to 5 minutes. Turn this on to run asynchronously — the workflow is saved to disk and resumed automatically when the timer fires, allowing waits up to 30 days. Seconds aren’t available in async mode.',
6563
},
6664
],
6765
tools: {

0 commit comments

Comments
 (0)