mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: use api instead of store action to query domains
This commit is contained in:
parent
a5e0022fb5
commit
8479fe4a20
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export default {
|
|||
// and login prompt will be shown automaticly
|
||||
await dispatch('GET_YUNOHOST_INFOS')
|
||||
commit('SET_CONNECTED', true)
|
||||
await dispatch('GET', { uri: 'domains', storeKey: 'domains' })
|
||||
await api.get({ uri: 'domains', storeKey: 'domains' })
|
||||
},
|
||||
|
||||
RESET_CONNECTED({ commit }) {
|
||||
|
|
Loading…
Reference in a new issue