@boltic/swirl 1.0.2-uat.87 → 1.0.2-uat.88
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/swirl.es.js +4 -7
- package/package.json +1 -1
package/dist/swirl.es.js
CHANGED
|
@@ -183553,16 +183553,13 @@ const Gft = ({ onUpgradeToPro: e }) => {
|
|
|
183553
183553
|
description: De,
|
|
183554
183554
|
status: de(ze),
|
|
183555
183555
|
parent_id: Qt
|
|
183556
|
-
}, Ue = eD(
|
|
183557
|
-
_t,
|
|
183558
|
-
F?.source || te
|
|
183559
|
-
);
|
|
183556
|
+
}, Ue = eD(_t, F?.source || te);
|
|
183560
183557
|
if (Q(!0), gt === "edit") {
|
|
183561
183558
|
Ue.parent_id = F.parent_id;
|
|
183562
183559
|
const rt = ze === "published";
|
|
183563
|
-
C(
|
|
183564
|
-
(
|
|
183565
|
-
);
|
|
183560
|
+
C(
|
|
183561
|
+
tD(Ue, F.id, S, r, a, ze)
|
|
183562
|
+
).then((pt) => Oe(pt, rt));
|
|
183566
183563
|
}
|
|
183567
183564
|
},
|
|
183568
183565
|
[
|
package/package.json
CHANGED