This commit is contained in:
Eliot Berriot 2018-02-24 15:10:47 +01:00
commit b4ace3c9dd
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -40,7 +40,7 @@ export default {
}) })
commit('settings', sections) commit('settings', sections)
if (payload && payload.callback) { if (payload && payload.callback) {
callback() payload.callback()
} }
}, response => { }, response => {
logger.default.error('Error while fetching settings', response.data) logger.default.error('Error while fetching settings', response.data)