Feature: Improve label experience (#975)
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -18,6 +18,7 @@ import globalConfig from 'shared/store/globalConfig';
|
||||
import inboxes from './modules/inboxes';
|
||||
import inboxMembers from './modules/inboxMembers';
|
||||
import integrations from './modules/integrations';
|
||||
import labels from './modules/labels';
|
||||
import reports from './modules/reports';
|
||||
import userNotificationSettings from './modules/userNotificationSettings';
|
||||
import webhooks from './modules/webhooks';
|
||||
@@ -35,13 +36,14 @@ export default new Vuex.Store({
|
||||
conversationLabels,
|
||||
conversationMetadata,
|
||||
conversationPage,
|
||||
conversationStats,
|
||||
conversations,
|
||||
conversationStats,
|
||||
conversationTypingStatus,
|
||||
globalConfig,
|
||||
inboxes,
|
||||
inboxMembers,
|
||||
integrations,
|
||||
labels,
|
||||
reports,
|
||||
userNotificationSettings,
|
||||
webhooks,
|
||||
|
||||
Reference in New Issue
Block a user