diff --git a/frontend/src/pages/Contacts/index.js b/frontend/src/pages/Contacts/index.js index 7f94c8d..dd9dbab 100644 --- a/frontend/src/pages/Contacts/index.js +++ b/frontend/src/pages/Contacts/index.js @@ -121,7 +121,7 @@ const Contacts = () => { } }; fetchContacts(); - }, 5000); + }, 500); return () => clearTimeout(delayDebounceFn); }, [searchParam, pageNumber]);