diff --git a/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue b/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue index 4d2d98413..4a58d8a54 100644 --- a/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue +++ b/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue @@ -266,6 +266,9 @@ export default { await this.$store.dispatch('contacts/delete', id); this.$emit('panel-close'); this.showAlert(this.$t('DELETE_CONTACT.API.SUCCESS_MESSAGE')); + if (this.$route.name !== 'contacts_dashboard') { + this.$router.push({ name: 'contacts_dashboard' }); + } } catch (error) { this.showAlert( error.message