Remove unused 'configuration' field in size (#457)

Closes #409

Building attachment/configuration is now in type
This commit is contained in:
Tom Russell 2019-10-29 17:20:05 +00:00 committed by mz8i
parent 25029ef153
commit c18851b3eb

View File

@ -113,22 +113,6 @@ const SizeView = (props) => (
step={0.1}
disabled={true}
/>
<SelectDataEntry
title="Configuration (semi/detached, end/terrace)"
slug="size_configuration"
value={props.building.size_configuration}
mode={props.mode}
copy={props.copy}
onChange={props.onChange}
disabled={true}
options={[
"Detached",
"Semi-detached",
"Terrace",
"End terrace",
"Block"
]}
/>
<SelectDataEntry
title="Roof shape"
slug="size_roof_shape"