This commit is contained in:
Julien Nahum
2024-01-24 16:47:09 +01:00
7 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ export default {
this.useAlert.error('Something went wrong!')
}
}).catch((error) => {
this.useAlert.error(error.response.data.message)
this.useAlert.error(error.data.message)
})
}
}