Collapse number of floors, expand height in size

This commit is contained in:
Maciej Ziarkowski 2020-01-16 17:19:27 +00:00 committed by GitHub
parent de75feffbc
commit aa3a5934f3
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) => ( const SizeView: React.FunctionComponent<CategoryViewProps> = (props) => (
<Fragment> <Fragment>
<DataEntryGroup name="Storeys" collapsed={false}> <DataEntryGroup name="Storeys">
<NumericDataEntry <NumericDataEntry
title={dataFields.size_storeys_core.title} title={dataFields.size_storeys_core.title}
@ -49,7 +49,7 @@ const SizeView: React.FunctionComponent<CategoryViewProps> = (props) => (
min={0} min={0}
/> />
</DataEntryGroup> </DataEntryGroup>
<DataEntryGroup name="Height"> <DataEntryGroup name="Height" collapsed={false}>
<NumericDataEntry <NumericDataEntry
title={dataFields.size_height_apex.title} title={dataFields.size_height_apex.title}
slug="size_height_apex" slug="size_height_apex"