Fix merge bug

This commit is contained in:
Lucas Oliveira 2024-03-21 17:26:28 +01:00
commit 178db4b95f

View file

@ -136,9 +136,8 @@ export default function InputComponent({
],
});
}
onChange && onChange(e.target.value);
}
onChange && onChange(e.target.value);
}}
onKeyDown={(e) => {
handleKeyDown(e, value, "");