remove multiple toastr call

This commit is contained in:
raishvaria
2020-12-08 13:19:06 +05:30
parent e222af335e
commit cb7a925cd0

View File

@ -122,12 +122,7 @@ export default {
}
window.toastr['error'](response.data.error)
} catch (err) {
if (err.response.data.errors.name) {
this.isLoading = false
window.toastr['error'](
this.$t('validation.payment_mode_already_taken')
)
}
}
}
},