DEV: pass renderTimeline to topic-navigation outlet (#25132)

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

View File

@ -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}}