feat(dashboard): transfer order admin (#10189)
**What** - request order transfer from order details page - timeline events --- CLOSES CMRC-706 CLOSES CMRC-707
This commit is contained in:
@@ -317,6 +317,11 @@ export const RouteMap: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-refund"),
|
||||
},
|
||||
{
|
||||
path: "transfer",
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-request-transfer"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user