+
+
+ {t("fields.title")}
+
+
+ {item.title ?? "-"}
-
-
- {t("locations.selectLocations")}
-
-
- {"("}
- {t("general.countOfTotalSelected", {
- count: locationFields.filter((l) => l.selected).length,
- total: locations.length,
- })}
- {")"}
-
-
- {locationFields.map((location, idx) => {
- return (
+
+
+ {t("fields.sku")}
+
+
+ {item.sku}
+
+
+
+
+
+ {t("locations.domain")}
+
+
+
+ {t("locations.selectLocations")}
+
+
+ {"("}
+ {t("general.countOfTotalSelected", {
+ count: selectedLocationIds.size,
+ total: count,
+ })}
+ {")"}
+
+
+
+
+