feat(update app): respond with info color if the app on the latest version

fix #6
This commit is contained in:
Hamad alghanim
2019-11-20 22:30:27 -08:00
parent 3ad076d154
commit 0c682045f8

View File

@ -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
}