remove current_landuse_source_detail text box not needed
This commit is contained in:
parent
0e58f0ccca
commit
251a01e4f3
@ -72,15 +72,16 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
||||
"Other"
|
||||
]}
|
||||
/>
|
||||
<TextboxDataEntry
|
||||
title={dataFields.current_landuse_source_detail.title}
|
||||
slug="current_landuse_source_detail"
|
||||
value={props.building.current_landuse_source_detail}
|
||||
mode={props.mode}
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.current_landuse_source_detail.tooltip}
|
||||
/>
|
||||
// NOTE: This wasn't needed after all but will leave in case it becomes useful
|
||||
// <TextboxDataEntry
|
||||
// title={dataFields.current_landuse_source_detail.title}
|
||||
// slug="current_landuse_source_detail"
|
||||
// value={props.building.current_landuse_source_detail}
|
||||
// mode={props.mode}
|
||||
// copy={props.copy}
|
||||
// onChange={props.onChange}
|
||||
// tooltip={dataFields.current_landuse_source_detail.tooltip}
|
||||
// />
|
||||
<MultiDataEntry
|
||||
title={dataFields.current_landuse_link.title}
|
||||
slug="current_landuse_link"
|
||||
|
Loading…
Reference in New Issue
Block a user