Unverified Commit e3e384b8 authored by marlonfurtado's avatar marlonfurtado
Browse files

fix schedule

parent c0d64cf9
Showing with 3 additions and 2 deletions
+3 -2
...@@ -141,8 +141,9 @@ export default { ...@@ -141,8 +141,9 @@ export default {
} }
}) })
.catch(err => { .catch(err => {
console.error("Erro ao criar agenda. ", err.response) this.$router.push('evento')
this.alert = "Por favor,verifique se todos os dias tem 24 Horas e selecione novamente a ultima atividade de Domingo" // console.error("Erro ao criar agenda. ", err.response)
// this.alert = "Por favor,verifique se todos os dias tem 24 Horas e selecione novamente a ultima atividade de Domingo"
}) })
}, },
pageChange: function (day) { pageChange: function (day) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment