renamed identity stuff to be more clear
This commit is contained in:
parent
2520935676
commit
a1cde6ce0f
4 changed files with 16 additions and 16 deletions
|
|
@ -40,7 +40,7 @@ import { useUserHighlightStore } from 'src/stores/user_highlight.js'
|
|||
import VBodyScrollLock from 'src/directives/body_scroll_lock'
|
||||
import {
|
||||
instanceDefaultConfig,
|
||||
staticOrApiConfigDefault,
|
||||
instanceIdentityDefault,
|
||||
} from 'src/modules/default_config_state.js'
|
||||
|
||||
let staticInitialResults = null
|
||||
|
|
@ -175,7 +175,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
|
|||
}
|
||||
}
|
||||
|
||||
Object.keys(staticOrApiConfigDefault)
|
||||
Object.keys(instanceIdentityDefault)
|
||||
.map((k) => ({ source: k, destination: `instanceIdentity.${k}` }))
|
||||
.forEach(copyInstanceOption)
|
||||
Object.keys(instanceDefaultConfig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue