DEV: port outlet wrapper for topic category

This commit is contained in:
amanda 2024-08-29 15:24:23 -03:00
parent 15f036bafa
commit 3dbb51fcff
No known key found for this signature in database
GPG Key ID: 57AE82B81207A826
1 changed files with 6 additions and 1 deletions

View File

@ -160,7 +160,12 @@
/>
</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}}
</TopicTitle>