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} />
|
||||
</AppHeader>
|
||||
<PageHeader
|
||||
inline
|
||||
title={intl.formatMessage(sectionNames.warehouses)}
|
||||
limit={
|
||||
hasLimits(limits, "warehouses") && {
|
||||
|
|
Loading…
Reference in a new issue