Skip to content

Commit 012f1f8

Browse files
committed
change placeholder
1 parent 2f91eb6 commit 012f1f8

File tree

1 file changed

+1
-3
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/starter

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ export function FieldFormat({
9191
placeholder = 'fieldName',
9292
showType = true,
9393
showValue = false,
94-
valuePlaceholder = 'Enter test value',
95-
config,
94+
valuePlaceholder = 'Enter default value',
9695
}: FieldFormatProps) {
9796
const [storeValue, setStoreValue] = useSubBlockValue<Field[]>(blockId, subBlockId)
9897
const valueInputRefs = useRef<Record<string, HTMLInputElement | HTMLTextAreaElement>>({})
@@ -454,7 +453,6 @@ export function FieldFormat({
454453
)
455454
}
456455

457-
// Export specific components for backward compatibility
458456
export function InputFormat(props: Omit<FieldFormatProps, 'title' | 'placeholder'>) {
459457
return <FieldFormat {...props} title='Input' placeholder='firstName' />
460458
}

0 commit comments

Comments
 (0)