Skip to content

Commit b005dc7

Browse files
committed
fix function parametrs
1 parent 0f334b9 commit b005dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/13_LoginForm/src/pages/loginPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const LoginPage = withStyles(styles)(withRouter<Props>(LoginPageInner));
7070

7171
interface PropsForm {
7272
onLogin: () => void;
73-
onUpdateField: (string, any) => void;
73+
onUpdateField: (name: string, value: any) => void;
7474
loginInfo: LoginEntity;
7575
}
7676

0 commit comments

Comments
 (0)