fix(dashboard,core-flows,types,medusa): Allow editing Order metadata (#11285)

Resolves SUP-780
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-04 11:08:20 +01:00
committed by GitHub
parent 1185878ecd
commit f07af7b93c
11 changed files with 84 additions and 22 deletions

View File

@@ -355,6 +355,10 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-edit-billing-address"),
},
{
path: "metadata/edit",
lazy: () => import("../../routes/orders/order-metadata"),
},
],
},
],