mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -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
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user