mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
fix: typo in featch contact timeout
This commit is contained in:
@@ -121,7 +121,7 @@ const Contacts = () => {
|
||||
}
|
||||
};
|
||||
fetchContacts();
|
||||
}, 5000);
|
||||
}, 500);
|
||||
return () => clearTimeout(delayDebounceFn);
|
||||
}, [searchParam, pageNumber]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user