feat(dashboard): claims first implementation (#8468)
* wip: setup UI * wip: rendering modal, adding claim items, create checks * fix: make form work after merge * fix: continuation of claim edit --------- Co-authored-by: fPolic <mainacc.polic@gmail.com>
This commit is contained in:
@@ -243,6 +243,11 @@ export const RouteMap: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-return"),
|
||||
},
|
||||
{
|
||||
path: "claims",
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-claim"),
|
||||
},
|
||||
{
|
||||
path: "payments/:paymentId/refund",
|
||||
lazy: () =>
|
||||
|
||||
Reference in New Issue
Block a user