Merge branch 'develop' of https://github.com/CloudAlb/tcc-vamos-frontend into feature/VAN-16-view-create-itinerary

This commit is contained in:
Hugo Falcao
2022-09-14 21:11:08 -03:00
13 changed files with 523 additions and 510 deletions

View File

@@ -105,7 +105,7 @@ const Page: React.FC = () => {
// se o backend retornou uma mensagem de erro customizada
// if (error.response.data.message) {
console.dir("Houve um erro: ", { error });
alert("Houve um erro");
// alert("Houve um erro");
});
};