We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13d4b0 commit ed1a0abCopy full SHA for ed1a0ab
src/frontend/components/UI/TextInputField/index.tsx
@@ -45,7 +45,7 @@ const TextInputField = ({
45
}
46
47
return
48
- }, [input])
+ }, [onChange])
49
50
return (
51
<div
0 commit comments