mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
feat(update app): respond with info color if the app on the latest version
fix #6
This commit is contained in:
@ -92,7 +92,7 @@ export default {
|
|||||||
this.isCheckingforUpdate = false
|
this.isCheckingforUpdate = false
|
||||||
|
|
||||||
if (!response.data.version) {
|
if (!response.data.version) {
|
||||||
window.toastr['warning'](this.$t('settings.update_app.latest_message'))
|
window.toastr['info'](this.$t('settings.update_app.latest_message'))
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user