fix: Update survey locale based on the account (#4207)

This commit is contained in:
Pranav Raj S
2022-03-20 13:07:36 +05:30
committed by GitHub
parent 8372ae418e
commit 6097f4c122
8 changed files with 99 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
import Vue from 'vue';
import Vuex from 'vuex';
import globalConfig from 'shared/store/globalConfig';
Vue.use(Vuex);
export default new Vuex.Store({
modules: {
globalConfig,
},
});