update field input

This commit is contained in:
2020-04-11 12:37:52 +02:00
parent e01ad206fe
commit c7d4e69149
2 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
localStorage.setItem('meteo', JSON.stringify(response.data));
})
.catch(error => {
alert('Unable to fetch meteo.')
console.log('Unable to fetch meteo.')
})
}
},