@social-mail/social-mail-client 1.9.112 → 1.9.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.9.112",
3
+ "version": "1.9.116",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -175,7 +175,7 @@ export default class WebSiteStudioPage extends ContentPage {
175
175
  />
176
176
 
177
177
  <a
178
- href={ Bind.oneWay(() => apiPath(`${this.root.url}${this.cloudFileService.getFilePath(this.root, this.selectedFile)}${this.selectedFile.name}`))}
178
+ href={ Bind.oneWay(() => apiPath(`/social-mail/site/draft-url/${this.root.appFileID}/${this.cloudFileService.getFilePath(this.root, this.selectedFile)}${this.selectedFile.name}`))}
179
179
  target="_blank">
180
180
  <EditIconTextButton
181
181
  icon="fad fa-globe-pointer"