Skip to content

Commit c691209

Browse files
committed
fix placeholder text
1 parent 154d9ee commit c691209

File tree

1 file changed

+2
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/starter

1 file changed

+2
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/starter/input-format.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function FieldFormat({
6565
emptyMessage = 'No fields defined',
6666
showType = true,
6767
showValue = false,
68-
valuePlaceholder = 'Enter value or <variable.name>',
68+
valuePlaceholder = 'Enter test value',
6969
isConnecting = false,
7070
config,
7171
}: FieldFormatProps) {
@@ -429,7 +429,7 @@ export function ResponseFormat(
429429
emptyMessage='No response fields defined'
430430
showType={false}
431431
showValue={true}
432-
valuePlaceholder='Enter value or <variable.name>'
432+
valuePlaceholder='Enter test value'
433433
/>
434434
)
435435
}

0 commit comments

Comments
 (0)