cab5a3e53b
When creating a conversation from the contacts tab now we can go directly to the conversation by clicking the link in the success message Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
export default {
|
|
methods: {
|
|
showAlert(message, action) {
|
|
bus.$emit('newToastMessage', message, action);
|
|
},
|
|
},
|
|
};
|