update branch with recent develop changes (FA, added settings)
This commit is contained in:
parent
8958f386be
commit
66f3e72b54
5 changed files with 22 additions and 20 deletions
|
@ -80,7 +80,6 @@ const config = {
|
|||
getters: {
|
||||
defaultConfig (state, getters, rootState, rootGetters) {
|
||||
const { instance } = rootState
|
||||
console.log('DC', instance.minimalScopesMode)
|
||||
return {
|
||||
...defaultState,
|
||||
...Object.fromEntries(
|
||||
|
@ -90,7 +89,6 @@ const config = {
|
|||
},
|
||||
mergedConfig (state, getters, rootState, rootGetters) {
|
||||
const { defaultConfig } = rootGetters
|
||||
console.log('DC2', defaultConfig.hideISP)
|
||||
return {
|
||||
...defaultConfig,
|
||||
...state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue