Skip to content
Snippets Groups Projects
Commit 3ac67ab7 authored by HJ's avatar HJ :fire:
Browse files

fix

parent 4c3af5c3
No related branches found
No related tags found
2 merge requests!1861Update master branch,!1800AdminFE functionality in PleromaFE
Pipeline #44282 passed
......@@ -65,7 +65,7 @@ const adminSettingsStorage = {
})
if (state.descriptions === null) {
rootState.api.backendInteractor.fetchInstanceConfigDescriptions()
.then(backendDescriptions => this.$store.dispatch('setInstanceAdminDescriptions', { backendDescriptions }))
.then(backendDescriptions => dispatch('setInstanceAdminDescriptions', { backendDescriptions }))
}
},
setInstanceAdminSettings ({ state, commit, dispatch }, { backendDbConfig }) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment