DEV: pass topic arg to below-docs-topic (#162)

This commit is contained in:
Kris 2024-01-04 14:47:11 -05:00 committed by GitHub
parent 8b02f32ad6
commit 1fe484e1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -213,7 +213,11 @@
{{#if selectedTopic}}
<ConditionalLoadingSpinner @condition={{isTopicLoading}}>
<DocsTopic @topic={{topic}} @return={{action "returnToList"}} />
<PluginOutlet @name="below-docs-topic" @connectorTagName="div" />
<PluginOutlet
@name="below-docs-topic"
@connectorTagName="div"
@outletArgs={{hash topic=topic}}
/>
</ConditionalLoadingSpinner>
{{else}}
<div class="docs-results">