This commit is contained in:
Eliot Berriot 2018-02-24 15:10:47 +01:00
parent 1b1e22ced0
commit b4ace3c9dd
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

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)