Collapse number of floors, expand height in size
This commit is contained in:
parent
de75feffbc
commit
aa3a5934f3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user