@social-mail/social-mail-client 1.9.54 → 1.9.55
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/site-editor-app/SiteEditorApp.pack.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +1 -1
|
@@ -60766,7 +60766,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
60766
60766
|
publishWebsite() {
|
|
60767
60767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
60768
60768
|
const model = {
|
|
60769
|
-
clearHistory:
|
|
60769
|
+
clearHistory: false
|
|
60770
60770
|
};
|
|
60771
60771
|
if (!(yield PopupService.confirm({
|
|
60772
60772
|
message: XNode.create("div", null, "Are you sure you want to publish this version?", XNode.create("br", null), XNode.create("br", null), XNode.create(Checkbox, {
|