feat(dashboard,medusa,types): Add Product Tag management (#8349)
Resolves CC-69
This commit is contained in:
committed by
GitHub
parent
4fda46d9b1
commit
6629be92e1
@@ -50,6 +50,10 @@ const useSettingRoutes = (): NavItemProps[] => {
|
||||
label: t("productTypes.domain"),
|
||||
to: "/settings/product-types",
|
||||
},
|
||||
{
|
||||
label: t("productTags.domain"),
|
||||
to: "/settings/product-tags",
|
||||
},
|
||||
{
|
||||
label: t("stockLocations.domain"),
|
||||
to: "/settings/locations",
|
||||
|
||||
Reference in New Issue
Block a user