feat(dashboard): Add forms for edit and create product options (#6907)
This commit is contained in:
@@ -231,8 +231,14 @@ export const v1Routes: RouteObject[] = [
|
||||
import("../../routes/products/product-attributes"),
|
||||
},
|
||||
{
|
||||
path: "options",
|
||||
lazy: () => import("../../routes/products/product-options"),
|
||||
path: "options/create",
|
||||
lazy: () =>
|
||||
import("../../routes/products/product-create-option"),
|
||||
},
|
||||
{
|
||||
path: "options/:option_id/edit",
|
||||
lazy: () =>
|
||||
import("../../routes/products/product-edit-option"),
|
||||
},
|
||||
{
|
||||
path: "media",
|
||||
|
||||
Reference in New Issue
Block a user