fix: improve message text wrapping and prevent empty search execution in profiles page
This commit is contained in:
@@ -567,6 +567,7 @@ function ProfilesPageContent() {
|
||||
};
|
||||
|
||||
const handleSearch = () => {
|
||||
if (!searchQuery.trim()) return;
|
||||
setCurrentPage(1);
|
||||
fetchAgents();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user