Skip to content

Commit cfe4ef7

Browse files
committed
fix(brex): correct shared limit placeholder to reflect the 100-item cap on list expenses
1 parent dd8d24f commit cfe4ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/brex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export const BrexBlock: BlockConfig<BrexResponse> = {
316316
id: 'limit',
317317
title: 'Limit',
318318
type: 'short-input',
319-
placeholder: 'Number of results to return (default 100, max 1000)',
319+
placeholder: 'Number of results to return (default 100; List Expenses caps at 100)',
320320
mode: 'advanced',
321321
condition: {
322322
field: 'operation',

0 commit comments

Comments
 (0)