fixed team search and changed default theme

This commit is contained in:
Carter 2025-05-07 12:56:39 -06:00
parent 911af7f2cf
commit 24224e9225
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ export default function TeamSearch(props: Props) {
if (!setSearch) return;
if (searchText === undefined) return;
setHandler(setTimeout(() => {
setSearchText(searchText);
setSearch(searchText);
}, 750)); // Delay of 750ms
return () => clearTimeout(handler); // Cleanup on change