Fully disable streetscape fields to fix bug

This commit is contained in:
Maciej Ziarkowski 2021-02-25 03:41:49 +00:00
parent 3188fa09cc
commit 50bc487735

View File

@ -25,25 +25,17 @@ const StreetscapeView: React.FunctionComponent<CategoryViewProps> = (props) => (
<NumericDataEntry
title={dataFields.size_plot_area_total.title}
slug="size_plot_area_total"
value={props.building.size_plot_area_total}
mode={props.mode}
copy={props.copy}
onChange={props.onChange}
mode='view'
step={0.1}
min={0}
disabled={true}
/>
/>
<NumericDataEntry
title={dataFields.size_far_ratio.title}
slug="size_far_ratio"
value={props.building.size_far_ratio}
mode={props.mode}
copy={props.copy}
onChange={props.onChange}
mode='view'
step={0.1}
min={0}
disabled={true}
/>
/>
<DataEntry
title="Plot dimensions"
slug=""