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" "Other"
]} ]}
/> />
<TextboxDataEntry // NOTE: This wasn't needed after all but will leave in case it becomes useful
title={dataFields.current_landuse_source_detail.title} // <TextboxDataEntry
slug="current_landuse_source_detail" // title={dataFields.current_landuse_source_detail.title}
value={props.building.current_landuse_source_detail} // slug="current_landuse_source_detail"
mode={props.mode} // value={props.building.current_landuse_source_detail}
copy={props.copy} // mode={props.mode}
onChange={props.onChange} // copy={props.copy}
tooltip={dataFields.current_landuse_source_detail.tooltip} // onChange={props.onChange}
/> // tooltip={dataFields.current_landuse_source_detail.tooltip}
// />
<MultiDataEntry <MultiDataEntry
title={dataFields.current_landuse_link.title} title={dataFields.current_landuse_link.title}
slug="current_landuse_link" slug="current_landuse_link"