Working and fixing some bugs

This commit is contained in:
2021-07-02 19:35:58 +02:00
parent 693d08fe97
commit 583ddc5d43
2 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ export default defineComponent({
form.value = {} as Form
}, 5000)
} else {
$sentry.captureEvent(data)
$sentry.captureEvent(response.data)
error.value = true
setTimeout(() => {
error.value = false