oooplz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Form/src/hooks/useFormEvents.ts
|
|
|
@ -43,7 +43,7 @@ function tryConstructArray(field: string, values: Recordable = {}): any[] | unde |
|
|
|
set(result, index, values[k.trim()]); |
|
|
|
}); |
|
|
|
|
|
|
|
return result.length ? result : undefined; |
|
|
|
return result.filter(Boolean).length ? result : undefined; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|