fix database connection issue

This commit is contained in:
raishvaria
2019-12-04 13:38:51 +05:30
parent b388e7a237
commit edc0e115e4
2 changed files with 12 additions and 18 deletions

View File

@ -206,10 +206,10 @@ export default {
} else {
window.toastr['error'](this.$t('wizard.errors.' + response.data.error))
}
this.loading = false
} catch (e) {
console.log(e.response)
window.toastr['error'](e.response.data.message)
} finally {
this.loading = false
}
}
}