@ws-ui/store 1.7.4 → 1.7.5
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/dist/index.cjs.js +25 -25
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -15942,9 +15942,7 @@ const JP = {
|
|
|
15942
15942
|
"saved_conditions/fetchSavedConditions",
|
|
15943
15943
|
async (e, { rejectWithValue: t }) => {
|
|
15944
15944
|
try {
|
|
15945
|
-
const { conditions: r = [] } = await qx(
|
|
15946
|
-
createIfNotExists: !0
|
|
15947
|
-
});
|
|
15945
|
+
const { conditions: r = [] } = await qx();
|
|
15948
15946
|
return r;
|
|
15949
15947
|
} catch {
|
|
15950
15948
|
return t("Error while loading the shared conditions");
|
|
@@ -17323,7 +17321,7 @@ exposed Function ${r.meta.arg.name}()
|
|
|
17323
17321
|
"shared_css/fetchSharedCSS",
|
|
17324
17322
|
async (e, { rejectWithValue: t }) => {
|
|
17325
17323
|
try {
|
|
17326
|
-
const { classes: r } = await Hx(
|
|
17324
|
+
const { classes: r } = await Hx();
|
|
17327
17325
|
return r;
|
|
17328
17326
|
} catch {
|
|
17329
17327
|
return t("Error while loading the shared CSS");
|