mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08: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 <[email protected]>
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
export default {
|
|
methods: {
|
|
showAlert(message, action) {
|
|
bus.$emit('newToastMessage', message, action);
|
|
},
|
|
},
|
|
};
|