chore(dashboard): move shipping option type page (#13323)

* chore(dashboard): move shipping option type page

* small issue with the toast for edit
This commit is contained in:
William Bouchard
2025-08-28 09:31:51 -04:00
committed by GitHub
parent e2213448ac
commit 65dfcf9be4
10 changed files with 92 additions and 63 deletions

View File

@@ -47,10 +47,6 @@ const useSettingRoutes = (): INavItem[] => {
label: t("salesChannels.domain"),
to: "/settings/sales-channels",
},
{
label: t("shippingOptionTypes.domain"),
to: "/settings/shipping-option-types",
},
{
label: t("productTypes.domain"),
to: "/settings/product-types",