Skip to content

Commit 8c884da

Browse files
committed
feat: review
1 parent c7cdfb9 commit 8c884da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ export class FormStore {
910910
const namePathList: InternalNamePath[] | undefined = provideNameList
911911
? nameList.map(getNamePath)
912912
: [];
913-
913+
// Same namePathList, but does not include Form.List name
914914
const finalValueNamePathList = [...namePathList];
915915

916916
// Collect result in promise list

0 commit comments

Comments
 (0)