Remove debug line

This commit is contained in:
Jackson Harper
2023-06-21 14:39:07 +08:00
parent 29b809558b
commit edaeef0c7f

View File

@ -244,6 +244,7 @@ export function SetLabelsControl(props: SetLabelsControlProps): JSX.Element {
const [focusedIndex, setFocusedIndex] = useState<number | undefined>(0)
useEffect(() => {
console.log('setting focused index: ', inputValue)
setFocusedIndex(undefined)
}, [inputValue])