feat(ts): set type to any
This commit is contained in:
@@ -98,7 +98,7 @@ export const InterpretationLog = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleCustomInputChange = (event) => {
|
const handleCustomInputChange = (event: any) => {
|
||||||
setCustomValue(event.target.value);
|
setCustomValue(event.target.value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user