UI: Fixed CI Bug
Some checks failed
checks-impure / test (pull_request) Successful in 3s
checks / test (pull_request) Failing after 19s

This commit is contained in:
Luis Hebendanz 2023-08-30 15:50:15 +02:00
parent 47485395e5
commit ed16ac42b7

View File

@ -48,7 +48,7 @@ export function SearchBar(props: SearchBarProps) {
});
setFilteredList(filtered);
}
}, [debouncedSearch]);
}, [debouncedSearch, tableData, setFilteredList]);
const handleInputChange = (e: React.ChangeEvent<HTMLInputElement>) => {
if (e.target.value === "") {