Disable Height to eaves (re-enable after db field)

This commit is contained in:
Tom Russell 2019-10-02 15:06:10 +01:00
parent 606a36ce6c
commit 7dc286bdbe

View File

@ -51,6 +51,7 @@ const SizeView = (props) => (
<NumericDataEntry
title="Height to eaves (m)"
slug="size_height_eaves"
disabled={true}
value={props.building.size_height_eaves}
mode={props.mode}
copy={props.copy}