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
1 changed files with 1 additions and 1 deletions

View File

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