try this syntax
This commit is contained in:
parent
dbb40d2ac7
commit
fe86c6b5e4
|
@ -123,14 +123,14 @@ export default class ShareModal extends Component {
|
||||||
@closeModal={{@closeModal}}
|
@closeModal={{@closeModal}}
|
||||||
>
|
>
|
||||||
<:body>
|
<:body>
|
||||||
{{!-- template-lint-disable no-invalid-interactive --}}
|
{{! template-lint-disable no-invalid-interactive }}
|
||||||
<div
|
<div
|
||||||
class="ai-share-full-topic-modal__body"
|
class="ai-share-full-topic-modal__body"
|
||||||
{{on "click" this.maybeCopyEmbed}}
|
{{on "click" this.maybeCopyEmbed}}
|
||||||
>
|
>
|
||||||
{{this.htmlContext}}
|
{{this.htmlContext}}
|
||||||
</div>
|
</div>
|
||||||
{{!-- template-lint-enable}}
|
{{! template-lint-enable}}
|
||||||
</:body>
|
</:body>
|
||||||
|
|
||||||
<:footer>
|
<:footer>
|
||||||
|
|
Loading…
Reference in New Issue