DEV: pass renderTimeline to topic-navigation outlet (#25132)
This commit is contained in:
parent
93ca13e534
commit
e0a7d8f332
|
@ -227,7 +227,10 @@
|
|||
<PluginOutlet
|
||||
@name="topic-navigation"
|
||||
@connectorTagName="div"
|
||||
@outletArgs={{hash topic=this.model}}
|
||||
@outletArgs={{hash
|
||||
topic=this.model
|
||||
renderTimeline=info.renderTimeline
|
||||
}}
|
||||
/>
|
||||
|
||||
{{#if info.renderTimeline}}
|
||||
|
|
Loading…
Reference in New Issue