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 <input
type="number" type="number"
value={customValue} value={customValue}
onChange={handleCustomInputChange} onChange={{}}
placeholder="Enter custom value" placeholder="Enter custom value"
style={{ marginLeft: 10 }} style={{ marginLeft: 10 }}
/> />