@social-mail/social-mail-client 1.2.786 → 1.2.787
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 -0
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +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.d.ts.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +1 -0
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +1 -0
|
@@ -59020,6 +59020,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
59020
59020
|
appFileID: this.selectedFile.appFileID,
|
|
59021
59021
|
content
|
|
59022
59022
|
});
|
|
59023
|
+
this.pageContent = html;
|
|
59023
59024
|
this.selectedFile.url = result.url;
|
|
59024
59025
|
this.selectedFile.fileContentID = result.fileContentID;
|
|
59025
59026
|
this.webSite.isModified = true;
|