@ws-ui/store 1.7.4 → 1.7.6

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.es.js CHANGED
@@ -6073,7 +6073,7 @@ const KI = (e, t) => oe.isEqual(e, t), Hn = (e) => {
6073
6073
  r.set("page", e.name), r.delete("path"), a !== e.name && r.delete("editor");
6074
6074
  } else {
6075
6075
  const a = r.get("path");
6076
- r.set("path", e.path), r.delete("page"), r.delete("editor"), a !== e.path && r.delete("editor");
6076
+ r.set("path", e.path), r.delete("page"), a !== e.path && r.delete("editor");
6077
6077
  }
6078
6078
  t.search = r.toString(), window.history.replaceState(null, "", t.href);
6079
6079
  }, Fu = () => {
@@ -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({ createIfNotExists: !0 });
17324
+ const { classes: r } = await Hx();
17327
17325
  return r;
17328
17326
  } catch {
17329
17327
  return t("Error while loading the shared CSS");