feat(ts): set type to any
This commit is contained in:
@@ -92,7 +92,7 @@ export const InterpretationLog = () => {
|
||||
scrollLogToBottom();
|
||||
}, [log, scrollLogToBottom]);
|
||||
|
||||
const handleRadioChange = (event) => {
|
||||
const handleRadioChange = (event: any) => {
|
||||
if (event.target.value === 'custom') {
|
||||
setCustomValue(''); // Clear previous custom value on selection
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user