Commit 8529b8fb authored by Le Dinh Trung's avatar Le Dinh Trung

fixdata message

parent c667a7c2
...@@ -259,7 +259,7 @@ export default { ...@@ -259,7 +259,7 @@ export default {
eventBus.$emit('add-to-wish-list', response) eventBus.$emit('add-to-wish-list', response)
}) })
.catch((errors) => { .catch((errors) => {
this.$toast.error('something went wrong!', { this.$toast.error(errors.response.data.message, {
duration: 2000 duration: 2000
}) })
}) })
......
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