fixed team search and changed default theme
This commit is contained in:
parent
911af7f2cf
commit
24224e9225
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue