Merge pull request #553 from tomalrussell/fix/expand-height-group-1

Collapse number of floors, expand height in size
This commit is contained in:
Maciej Ziarkowski 2020-01-16 17:21:20 +00:00 committed by GitHub
commit 060009469c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ import { CategoryViewProps } from './category-view-props';
*/
const SizeView: React.FunctionComponent<CategoryViewProps> = (props) => (
<Fragment>
<DataEntryGroup name="Storeys" collapsed={false}>
<DataEntryGroup name="Storeys">
<NumericDataEntry
title={dataFields.size_storeys_core.title}
@ -49,7 +49,7 @@ const SizeView: React.FunctionComponent<CategoryViewProps> = (props) => (
min={0}
/>
</DataEntryGroup>
<DataEntryGroup name="Height">
<DataEntryGroup name="Height" collapsed={false}>
<NumericDataEntry
title={dataFields.size_height_apex.title}
slug="size_height_apex"