Skip to content

Commit

Permalink
Merge pull request #18135 from jeclrsg/hpcc-30991-delimited-separator…
Browse files Browse the repository at this point in the history
…-placeholder

HPCC-30991 ECL Watch v9 fix Delimited import form separator placeholder
  • Loading branch information
GordonSmith authored Dec 14, 2023
2 parents 1e767d0 + b3fb469 commit 325c6b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const DelimitedImportForm: React.FunctionComponent<DelimitedImportFormPro
onChange={onChange}
label={nlsHPCC.Separators}
value={value}
placeholder={nlsHPCC.NamePrefixPlaceholder}
placeholder=","
errorMessage={error && error?.message}
/>}
/></td>
Expand Down

0 comments on commit 325c6b7

Please sign in to comment.