revert pointless placeholder changes
This commit is contained in:
parent
dbf747d366
commit
694335cf3b
@ -116,8 +116,8 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
copy={props.copy}
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
tooltip={dataFields.date_source.tooltip}
|
tooltip={dataFields.date_source.tooltip}
|
||||||
|
placeholder=""
|
||||||
options={dataFields.date_source.items}
|
options={dataFields.date_source.items}
|
||||||
placeholder={dataFields.date_source.example}
|
|
||||||
/>
|
/>
|
||||||
<MultiDataEntry
|
<MultiDataEntry
|
||||||
title={dataFields.date_link.title}
|
title={dataFields.date_link.title}
|
||||||
|
@ -285,7 +285,6 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
"Other website",
|
"Other website",
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
example: "",
|
|
||||||
},
|
},
|
||||||
date_source_detail: {
|
date_source_detail: {
|
||||||
category: Category.Age,
|
category: Category.Age,
|
||||||
|
Loading…
Reference in New Issue
Block a user