In useSearchUsers we call the searchUsers endpoint every time the hook is called. We don't have a need for dispatching the SEARCH_USERS action when the provided search text is empty, because we don't even call the endpoint in that case. In that case, we just set the server search results to an empty array.
Addresses [[ https://linear.app/comm/issue/ENG-6046/saw-lots-of-search-users-[startedsuccess]-in-redux-devtools#comment-5209e0bd | ENG-6046 ]]