chore: Sets up store for teams settings page (#1727)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
committed by
GitHub
parent
c61edff189
commit
6a614a520b
@@ -23,6 +23,8 @@ import labels from './modules/labels';
|
||||
import reports from './modules/reports';
|
||||
import userNotificationSettings from './modules/userNotificationSettings';
|
||||
import webhooks from './modules/webhooks';
|
||||
import teams from './modules/teams';
|
||||
import teamMembers from './modules/teamMembers';
|
||||
|
||||
Vue.use(Vuex);
|
||||
export default new Vuex.Store({
|
||||
@@ -49,5 +51,7 @@ export default new Vuex.Store({
|
||||
reports,
|
||||
userNotificationSettings,
|
||||
webhooks,
|
||||
teams,
|
||||
teamMembers,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user