fix: Lint Errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user