DEV: Introduce topic category wrapper outlet ()

* dev: Introduce topic category wrapper outlet

* fix lint issue

* rename the outlet so it is unique
This commit is contained in:
Amanda Alves Branquinho 2024-08-29 14:01:36 -03:00 committed by GitHub
parent ae111904ef
commit bdd00a84b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,7 +160,13 @@
/> />
</h1> </h1>
<TopicCategory @topic={{this.model}} class="topic-category" /> <PluginOutlet
@name="topic-category-wrapper"
@outletArgs={{hash topic=this.model}}
>
<TopicCategory @topic={{this.model}} class="topic-category" />
</PluginOutlet>
{{/if}} {{/if}}
</TopicTitle> </TopicTitle>