UI: Fixed CI Bug
This commit is contained in:
@@ -48,7 +48,7 @@ export function SearchBar(props: SearchBarProps) {
|
|||||||
});
|
});
|
||||||
setFilteredList(filtered);
|
setFilteredList(filtered);
|
||||||
}
|
}
|
||||||
}, [debouncedSearch]);
|
}, [debouncedSearch, tableData, setFilteredList]);
|
||||||
|
|
||||||
const handleInputChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
const handleInputChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||||
if (e.target.value === "") {
|
if (e.target.value === "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user