Commit 884efdb4 authored by Azrul Amir's avatar Azrul Amir

update feedback page

parent 28f89923
......@@ -86,6 +86,11 @@ export default {
}).catch((err) => {
console.log(err)
this.$q.loading.hide()
this.$q.notify({
message: 'Your feedback was not successfully submitted.',
icon: 'error',
color: 'red'
})
})
},
onReset: function (event) {
......
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