There was an error while loading. Please reload this page.
docs-topic
1 parent 31cab36 commit fc94eefCopy full SHA for fc94eef
1 file changed
assets/javascripts/discourse/components/docs-topic.gjs
@@ -76,6 +76,7 @@ export default class DocsTopic extends Component {
76
{{#if this.site.useGlimmerPostStream}}
77
<Post @post={{this.model}} />
78
{{else}}
79
+ {{! template-lint-disable no-capital-arguments }}
80
<MountWidget @widget="post" @model={{this.model}} @args={{this.post}} />
81
{{/if}}
82
</div>
0 commit comments