fix(dashboard,types,js-sdk): Locations & Shipping fixes and cleanup (#7715)

This commit is contained in:
Kasper Fabricius Kristensen
2024-06-17 16:10:39 +02:00
committed by GitHub
parent bc0c65c6b3
commit 2e8e7b27b6
116 changed files with 3512 additions and 3288 deletions
@@ -54,7 +54,7 @@ const useSettingRoutes = (): NavItemProps[] => {
to: "/settings/shipping-profiles",
},
{
label: t("location.domain"),
label: t("stockLocations.domain"),
to: "/settings/locations",
},
],