fix mistake on use
This commit is contained in:
parent
91242f3584
commit
d0782053df
@ -66,7 +66,7 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
copy={props.copy}
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
tooltip={dataFields.current_landuse_source.tooltip}
|
tooltip={dataFields.current_landuse_source.tooltip}
|
||||||
placeholder={dataFields.date_source.example}
|
placeholder={dataFields.current_landuse_source.example}
|
||||||
options={dataFields.current_landuse_source.items}
|
options={dataFields.current_landuse_source.items}
|
||||||
/>
|
/>
|
||||||
<Verification
|
<Verification
|
||||||
@ -127,7 +127,7 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
copy={props.copy}
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
tooltip={dataFields.current_landuse_source.tooltip}
|
tooltip={dataFields.current_landuse_source.tooltip}
|
||||||
placeholder={dataFields.date_source.example}
|
placeholder={dataFields.current_landuse_source.example}
|
||||||
options={dataFields.current_landuse_source.items}
|
options={dataFields.current_landuse_source.items}
|
||||||
/>
|
/>
|
||||||
<Verification
|
<Verification
|
||||||
|
Loading…
Reference in New Issue
Block a user