We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104a6fc commit 49adf91Copy full SHA for 49adf91
1 file changed
apps/sim/components/pii/custom-patterns-editor.tsx
@@ -56,7 +56,7 @@ export function CustomPatternsEditor({ patterns, onChange }: CustomPatternsEdito
56
className='flex-1'
57
/>
58
<ChipInput
59
- placeholder='EMPLOYEE_ID'
+ placeholder='SUBSTITUTION_TEXT'
60
value={pattern.replacement}
61
onChange={(e) => updateRow(index, { replacement: e.target.value })}
62
className='w-[26%]'
0 commit comments