Fixing variable name

parent f01a54dd
......@@ -36,7 +36,7 @@
.catch(error => {
vm.$message({
type: 'error',
message: response.data.message
message: error.data.message
});
});
}).catch(() => {
......
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