update placeholder to use example for current use
This commit is contained in:
parent
fc16d10e8e
commit
8e21bf2982
@ -66,7 +66,7 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.current_landuse_source.tooltip}
|
||||
placeholder=""
|
||||
placeholder={dataFields.date_source.example}
|
||||
options={dataFields.current_landuse_source.items}
|
||||
/>
|
||||
</Fragment>
|
||||
@ -119,7 +119,7 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.current_landuse_source.tooltip}
|
||||
placeholder=""
|
||||
placeholder={dataFields.date_source.example}
|
||||
options={dataFields.current_landuse_source.items}
|
||||
/>
|
||||
<MultiDataEntry
|
||||
|
@ -207,6 +207,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
||||
"Open address dataset",
|
||||
"Other"
|
||||
],
|
||||
example: "",
|
||||
},
|
||||
current_landuse_source_detail: {
|
||||
category: Category.LandUse,
|
||||
|
Loading…
Reference in New Issue
Block a user