fix: empty onChange

This commit is contained in:
karishmas6
2024-08-29 23:02:45 +05:30
parent 62146be3e6
commit 553c977870

View File

@@ -194,7 +194,7 @@ export const InterpretationLog = () => {
<input
type="number"
value={customValue}
onChange={handleCustomInputChange}
onChange={{}}
placeholder="Enter custom value"
style={{ marginLeft: 10 }}
/>