@social-mail/social-mail-client 1.2.781 → 1.2.782

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.
@@ -58914,7 +58914,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
58914
58914
  }), XNode.create(WebSitePageEditor, {
58915
58915
  class: "file-list",
58916
58916
  selectedFile: Bind.oneWay(() => this.selectedFile),
58917
- baseUrl: Bind.oneWay(() => apiPath(`/api/site/draft/${this.root.appFileID}/${this.cloudFileService.getFilePath(this.root, this.selectedFile)}`)),
58917
+ baseUrl: Bind.oneWay(() => apiPath(`${this.root.url}${this.cloudFileService.getFilePath(this.root, this.selectedFile)}`)),
58918
58918
  folder: this.root,
58919
58919
  presenter: Bind.presenter(c => this.htmlEditor = c),
58920
58920
  "event-html-page-changed": ce => this.modified = true,