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:
Frane Polić
2024-11-22 09:29:12 +01:00
committed by GitHub
parent 58f24a373d
commit 44265a928d
16 changed files with 765 additions and 75 deletions

View File

@@ -317,6 +317,11 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-refund"),
},
{
path: "transfer",
lazy: () =>
import("../../routes/orders/order-request-transfer"),
},
],
},
],