mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 15:45:07 +01:00
fix
This commit is contained in:
parent
4c3af5c362
commit
3ac67ab727
@ -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 }) {
|
||||
|
Loading…
Reference in New Issue
Block a user