feat(dashboard): create shipment flow (#7898)
**What** - add "Mark shipped" to Fulfillment section --- CLOSES CORE-2427
This commit is contained in:
@@ -208,6 +208,11 @@ export const RouteMap: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-fulfillment"),
|
||||
},
|
||||
{
|
||||
path: ":f_id/create-shipment",
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-shipment"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user