FIX: Close modal after moving message to channel (#22601)
This commit is contained in:
parent
6e95c1af3f
commit
402ac39fa2
|
@ -55,6 +55,7 @@ export default class ChatModalMoveMessageToChannel extends Component {
|
|||
destination_channel_id: this.destinationChannelId,
|
||||
})
|
||||
.then((response) => {
|
||||
this.args.closeModal();
|
||||
this.router.transitionTo(
|
||||
"chat.channel.near-message",
|
||||
"-",
|
||||
|
|
Loading…
Reference in New Issue