Skip to content
Snippets Groups Projects
Commit ea26e75e authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix setting remote emoji packs

parent 27be3dd0
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ const emojiPacks = {
const { data } = await listRemotePacks(getters.authHost, getters.token, remoteInstance)
commit('SET_REMOTE_INSTANCE', remoteInstance)
commit('SET_REMOTE_PACKS', data)
commit('SET_REMOTE_PACKS', data.packs)
},
SetRemoteInstance({ commit }, instance) {
commit('SET_REMOTE_INSTANCE', instance)
......
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