DEV: add topicProgressExpanded arg to topic-navigation outlet (#25231)

This commit is contained in:
Kris 2024-01-11 13:52:34 -05:00 committed by GitHub
parent 3a0bf97401
commit 05668bdf8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,9 +230,9 @@
@outletArgs={{hash
topic=this.model
renderTimeline=info.renderTimeline
topicProgressExpanded=info.topicProgressExpanded
}}
/>
{{#if info.renderTimeline}}
<TopicTimeline
@info={{info}}