feat: custom val state
This commit is contained in:
@@ -42,6 +42,7 @@ const rows = [
|
|||||||
export const InterpretationLog = () => {
|
export const InterpretationLog = () => {
|
||||||
const [open, setOpen] = useState<boolean>(false);
|
const [open, setOpen] = useState<boolean>(false);
|
||||||
const [log, setLog] = useState<string>('');
|
const [log, setLog] = useState<string>('');
|
||||||
|
const [customValue, setCustomValue] = useState('');
|
||||||
|
|
||||||
const logEndRef = useRef<HTMLDivElement | null>(null);
|
const logEndRef = useRef<HTMLDivElement | null>(null);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user