mozrest-sdk-react-dev 0.3.42 → 0.3.43
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 +1 -3
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -60940,7 +60940,7 @@ const customStyles = {
|
|
|
60940
60940
|
borderRadius: 0,
|
|
60941
60941
|
boxShadow: state.isFocused ? "0 0 5px var(--moz-input-border)" : "none",
|
|
60942
60942
|
color: "var(--moz-text-input)",
|
|
60943
|
-
padding: "
|
|
60943
|
+
padding: "4px 0px 4px 0px"
|
|
60944
60944
|
}),
|
|
60945
60945
|
singleValue: (provided) => ({
|
|
60946
60946
|
...provided,
|
|
@@ -152846,7 +152846,6 @@ const index$7 = ({
|
|
|
152846
152846
|
}
|
|
152847
152847
|
};
|
|
152848
152848
|
useEffect(() => {
|
|
152849
|
-
console.log(data2, "data");
|
|
152850
152849
|
if (data2) {
|
|
152851
152850
|
const tableOptions2 = data2.map((item2) => {
|
|
152852
152851
|
var _a2, _b;
|
|
@@ -152879,7 +152878,6 @@ const index$7 = ({
|
|
|
152879
152878
|
setTimeByDayOptions(filtersData == null ? void 0 : filtersData.hours);
|
|
152880
152879
|
}
|
|
152881
152880
|
if ((filtersData == null ? void 0 : filtersData.tables) && !selectedBooking) {
|
|
152882
|
-
console.log(filtersData.tables, "filtersData.tables");
|
|
152883
152881
|
setTableOptions(filtersData.tables.map((item2) => ({
|
|
152884
152882
|
value: item2.id,
|
|
152885
152883
|
label: item2.label
|