1
0
forked from clan/clan-core

UI: Fixed CI Bug

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 === "") {