remove current_landuse_source_detail text box not needed

This commit is contained in:
Ed Chalstrey 2022-05-05 16:33:57 +01:00
parent 0e58f0ccca
commit 251a01e4f3

View File

@ -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"