Skip to content

Commit 5d1fa8b

Browse files
committed
improvement(slack): move history pagination cursor/maxPages to advanced mode
Matches the existing paginationCursor convention in the block — keeps the basic UI focused on channel + time filters while pagination internals live under advanced.
1 parent 658b6d3 commit 5d1fa8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/blocks/blocks/slack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ Return ONLY the JSON array - no explanations, no quotes around the array, no ext
726726
title: 'Max Pages',
727727
type: 'short-input',
728728
placeholder: '10',
729+
mode: 'advanced',
729730
condition: {
730731
field: 'operation',
731732
value: ['get_channel_history', 'get_thread_replies'],
@@ -737,6 +738,7 @@ Return ONLY the JSON array - no explanations, no quotes around the array, no ext
737738
title: 'Start Cursor',
738739
type: 'short-input',
739740
placeholder: 'Resume from a previous nextCursor',
741+
mode: 'advanced',
740742
condition: {
741743
field: 'operation',
742744
value: ['get_channel_history', 'get_thread_replies'],

0 commit comments

Comments
 (0)