FIX: Close modal after moving message to channel (#22601)

This commit is contained in:
Jan Cernik 2023-07-14 07:22:18 -03:00 committed by GitHub
parent 6e95c1af3f
commit 402ac39fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",
"-",