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:
Kevin Ansfield 2021-09-23 22:53:09 +01:00
parent bb8a07bc6a
commit 7430c28001

View File

@ -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}}