mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed error when opening design settings screen
no issue - `{{did-insert}}` was left over from copy/paste but the referenced function wasn't copied so was erroring
This commit is contained in:
parent
bb8a07bc6a
commit
7430c28001
@ -29,11 +29,11 @@
|
||||
|
||||
<section class="gh-design-settings-right">
|
||||
<GhBrowserPreview class="gh-design-settings-previewcontainer" @icon={{this.settings.icon}} @title={{this.config.blogTitle}}>
|
||||
<GhSiteIframe @src={{this.previewSrc}} @guid={{this.previewGuid}} {{did-insert this.registerPreviewIframe}}></GhSiteIframe>
|
||||
<GhSiteIframe @src={{this.previewSrc}} @guid={{this.previewGuid}}></GhSiteIframe>
|
||||
</GhBrowserPreview>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
{{outlet}}
|
Loading…
Reference in New Issue
Block a user