feat: handle vustom val change
This commit is contained in:
@@ -98,9 +98,9 @@ export const InterpretationLog = () => {
|
||||
};
|
||||
|
||||
|
||||
const handleCustomInputChange = (event: any) => {
|
||||
setCustomValue(event.target.value);
|
||||
};
|
||||
const handleCustomValueChange = (event: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setCustomValue(event.target.value);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
socket?.on('log', handleLog);
|
||||
|
||||
Reference in New Issue
Block a user