Skip to content

Commit 974b507

Browse files
committed
also fix a redme for chapter 13
1 parent b005dc7 commit 974b507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/13_LoginForm/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ _./src/pages/loginPage.tsx_
424424
```diff
425425
interface PropsForm {
426426
onLogin: () => void;
427-
+ onUpdateField: (string, any) => void;
427+
+ onUpdateField: (name: string, value: any) => void;
428428
+ loginInfo : LoginEntity;
429429
}
430430

0 commit comments

Comments
 (0)