fix: Lint Errors

This commit is contained in:
2023-11-11 16:31:29 +01:00
parent 5892921a7c
commit d9955a64d4
7 changed files with 35 additions and 19 deletions

View File

@@ -44,7 +44,9 @@ export function useSubmit<T>(
validationErrors.value = []
}
if (e.response?.status !== 422) { throw e }
if (e.response?.status !== 422) {
throw e
}
}
finally {
inProgress.value = false