mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
change in toastr message
This commit is contained in:
@ -115,7 +115,7 @@ export default {
|
|||||||
this.id = null
|
this.id = null
|
||||||
this.$refs.table.refresh()
|
this.$refs.table.refresh()
|
||||||
return true
|
return true
|
||||||
} window.toastr['success'](this.$t('settings.expense_category.already_in_use'))
|
} window.toastr['error'](this.$t('settings.expense_category.already_in_use'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@ -173,7 +173,7 @@ export default {
|
|||||||
this.id = null
|
this.id = null
|
||||||
this.$refs.table.refresh()
|
this.$refs.table.refresh()
|
||||||
return true
|
return true
|
||||||
}window.toastr['success'](this.$t('settings.tax_types.already_in_use'))
|
}window.toastr['error'](this.$t('settings.tax_types.already_in_use'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user