mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
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>
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
export default {
|
|
methods: {
|
|
showAlert(message, action) {
|
|
bus.$emit('newToastMessage', message, action);
|
|
},
|
|
},
|
|
};
|