diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx index e7ad0a123..1f7e633b4 100644 --- a/src/frontend/src/components/inputComponent/index.tsx +++ b/src/frontend/src/components/inputComponent/index.tsx @@ -136,9 +136,8 @@ export default function InputComponent({ ], }); } - - onChange && onChange(e.target.value); } + onChange && onChange(e.target.value); }} onKeyDown={(e) => { handleKeyDown(e, value, "");