Feature: Ability to set an account name (#667)
* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a1a81e3799
commit
99eaf59509
@@ -17,6 +17,7 @@ import inboxMembers from './modules/inboxMembers';
|
||||
import reports from './modules/reports';
|
||||
import userNotificationSettings from './modules/userNotificationSettings';
|
||||
import webhooks from './modules/webhooks';
|
||||
import accounts from './modules/accounts';
|
||||
|
||||
Vue.use(Vuex);
|
||||
export default new Vuex.Store({
|
||||
@@ -37,5 +38,6 @@ export default new Vuex.Store({
|
||||
reports,
|
||||
userNotificationSettings,
|
||||
webhooks,
|
||||
accounts,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user