DEV: pass topic arg to below-docs-topic (#162)
This commit is contained in:
parent
8b02f32ad6
commit
1fe484e1dc
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue