Skip to content

Commit

Permalink
Redirect to error page from pybossa form
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Apr 6, 2018
1 parent d644da5 commit 5ce5330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/forms/PybossaForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default {
}
this.$notifications.flash(r.data)
}).catch(err => {
this.$notifications.error({ message: err.message || 'Server Error' })
this.$nuxt.error(err)
}).then(() => {
this.processing = false
})
Expand Down

0 comments on commit 5ce5330

Please sign in to comment.