mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:52:46 +08:00
FIX: chat drawer routing fix for threads (#25056)
This change fixes a minor regression in the chat back button navigation.
This commit is contained in:
parent
d5e1b3e683
commit
3d4b62651e
|
@ -45,7 +45,7 @@ export default class ChatDrawerRoutesChannelThreads extends Component {
|
|||
<navbar.BackButton
|
||||
@title={{this.backLinkTitle}}
|
||||
@route="chat.channel"
|
||||
@routeModels={{this.chat.activeChannel?.routeModels}}
|
||||
@routeModels={{this.chat.activeChannel.routeModels}}
|
||||
/>
|
||||
<navbar.Title @title={{this.title}} @icon="discourse-threads" />
|
||||
<navbar.Actions as |action|>
|
||||
|
|
Loading…
Reference in New Issue
Block a user