Add canCollapse prop to InventoryOverview and SalesOverview components for layout control
This commit is contained in:
parent
2fd4870d21
commit
4debbe13b8
@ -42,6 +42,7 @@ const InventoryOverview = () => {
|
||||
}
|
||||
className='no-t-padding-collapse'
|
||||
collapseKey='inventoryStats'
|
||||
canCollapse={false}
|
||||
>
|
||||
<Flex
|
||||
justify='flex-start'
|
||||
|
||||
@ -42,6 +42,7 @@ const SalesOverview = () => {
|
||||
}
|
||||
className='no-t-padding-collapse'
|
||||
collapseKey='salesOrderStats'
|
||||
canCollapse={false}
|
||||
>
|
||||
<Flex
|
||||
justify='flex-start'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user