made some changes and removed changes of vue-multi-select

This commit is contained in:
bansarishukla
2019-11-15 11:31:33 +05:30
parent 6ff47c4286
commit a76286c402
8 changed files with 78 additions and 37 deletions

View File

@ -237,7 +237,7 @@ export default {
let response = await this.markAsSent({id: this.estimate.id})
this.isMarkAsSent = false
if (response.data) {
window.toastr['success'](this.$tc('estimates.mark_as_sent'))
window.toastr['success'](this.$tc('estimates.mark_as_sent_successfully'))
}
}
})