Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit fe86c6b

Browse files
committed
try this syntax
1 parent dbb40d2 commit fe86c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/javascripts/discourse/components/modal/share-full-topic-modal.gjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ export default class ShareModal extends Component {
123123
@closeModal={{@closeModal}}
124124
>
125125
<:body>
126-
{{!-- template-lint-disable no-invalid-interactive --}}
126+
{{! template-lint-disable no-invalid-interactive }}
127127
<div
128128
class="ai-share-full-topic-modal__body"
129129
{{on "click" this.maybeCopyEmbed}}
130130
>
131131
{{this.htmlContext}}
132132
</div>
133-
{{!-- template-lint-enable}}
133+
{{! template-lint-enable}}
134134
</:body>
135135

136136
<:footer>

0 commit comments

Comments
 (0)