fix: empty onChange
This commit is contained in:
@@ -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 }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user