Feature: Customise widget for bot conversations (#834)
* Feature: Customise widget for bot conversations
This commit is contained in:
@@ -4,6 +4,7 @@ import agent from 'widget/store/modules/agent';
|
||||
import appConfig from 'widget/store/modules/appConfig';
|
||||
import contacts from 'widget/store/modules/contacts';
|
||||
import conversation from 'widget/store/modules/conversation';
|
||||
import conversationAttributes from 'widget/store/modules/conversationAttributes';
|
||||
import conversationLabels from 'widget/store/modules/conversationLabels';
|
||||
import events from 'widget/store/modules/events';
|
||||
import message from 'widget/store/modules/message';
|
||||
@@ -16,6 +17,7 @@ export default new Vuex.Store({
|
||||
appConfig,
|
||||
contacts,
|
||||
conversation,
|
||||
conversationAttributes,
|
||||
conversationLabels,
|
||||
events,
|
||||
message,
|
||||
|
||||
Reference in New Issue
Block a user