Don't hide update service modal if there is an error

This commit is contained in:
nemunaire 2020-09-27 17:29:23 +02:00
parent d75ff5e6a5
commit 4b59649168

View File

@ -462,7 +462,6 @@ export default {
},
(error) => {
this.$nextTick(() => {
this.$bvModal.hide('modal-updSvc')
this.updateServiceInProgress = false
this.$bvToast.toast(
error.response.data.errmsg, {