button made inline with the header on mobile
This commit is contained in:
parent
4f39e75f2d
commit
2f5236e981
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ export const WarehouseListPage: React.FC<WarehouseListPageProps> = ({
|
||||||
<FormattedMessage {...sectionNames.configuration} />
|
<FormattedMessage {...sectionNames.configuration} />
|
||||||
</AppHeader>
|
</AppHeader>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
|
inline
|
||||||
title={intl.formatMessage(sectionNames.warehouses)}
|
title={intl.formatMessage(sectionNames.warehouses)}
|
||||||
limit={
|
limit={
|
||||||
hasLimits(limits, "warehouses") && {
|
hasLimits(limits, "warehouses") && {
|
||||||
|
|
Loading…
Reference in a new issue