feat(medusa,dashboard): Add metadata UI to product tags domain + retrieve metadata by default (#13272)
This commit is contained in:
committed by
GitHub
parent
2d62e28913
commit
7f5b9fc5fa
@@ -1329,6 +1329,13 @@ export function getRouteMap({
|
||||
lazy: () =>
|
||||
import("../../routes/product-tags/product-tag-edit"),
|
||||
},
|
||||
{
|
||||
path: "metadata/edit",
|
||||
lazy: () =>
|
||||
import(
|
||||
"../../routes/product-tags/product-tag-metadata"
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user