fix(warehouse transfer): close the sidebar.

This commit is contained in:
elforjani13
2022-02-13 18:29:34 +02:00
parent 69f086cfae
commit fd42af42cd

View File

@@ -128,6 +128,7 @@ export const getDashboardRoutes = () => [
), ),
name: 'warehouse-transfer-edit', name: 'warehouse-transfer-edit',
pageTitle: intl.get('warehouse_transfer.label.edit_warehouse_transfer'), pageTitle: intl.get('warehouse_transfer.label.edit_warehouse_transfer'),
sidebarExpand: false,
backLink: true, backLink: true,
}, },
{ {
@@ -139,6 +140,7 @@ export const getDashboardRoutes = () => [
), ),
name: 'warehouses-transfer-new', name: 'warehouses-transfer-new',
pageTitle: intl.get('warehouse_transfer.label.new_warehouse_transfer'), pageTitle: intl.get('warehouse_transfer.label.new_warehouse_transfer'),
sidebarExpand: false,
backLink: true, backLink: true,
}, },
{ {