We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7064125 commit 9da5146Copy full SHA for 9da5146
1 file changed
hooks/04_Callback/src/nameEdit.tsx
@@ -13,7 +13,7 @@ export const NameEditComponent: React.FC<Props> = (props) => {
13
};
14
15
const onNameSubmit = (event: any): any => {
16
- props.onNameUpdated(editingName);
+ props.
17
18
19
return (
0 commit comments