mozrest-sdk-react-dev 0.2.96 → 0.2.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mozrest-sdk.es.js CHANGED
@@ -108949,6 +108949,7 @@ const index$a = ({ filtersData, venueId }) => {
108949
108949
  return;
108950
108950
  }
108951
108951
  if (!selectedBooking) {
108952
+ console.log("data", data22);
108952
108953
  const toSend = {
108953
108954
  bookingChannel: (_a2 = data22 == null ? void 0 : data22.source) == null ? void 0 : _a2.value,
108954
108955
  partySize: (_b = data22 == null ? void 0 : data22.partySize) == null ? void 0 : _b.value,
@@ -109088,7 +109089,7 @@ const index$a = ({ filtersData, venueId }) => {
109088
109089
  id: "source",
109089
109090
  name: "source",
109090
109091
  label: t2("source"),
109091
- options: sourceOptions.map((item2) => ({ value: item2.code, label: t2(item2.label) }))
109092
+ options: sourceOptions.map((item2) => ({ value: item2.value, label: t2(item2.label) }))
109092
109093
  })), /* @__PURE__ */ React__default.createElement("div", {
109093
109094
  style: { display: "flex", gap: 10 }
109094
109095
  }, /* @__PURE__ */ React__default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.2.96",
3
+ "version": "0.2.98",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": ["mozrest"],
6
6
  "author": {