Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dc155a9

Browse files
Update Global.jsx
1 parent 974f0ca commit dc155a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/pages/Search/Global.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export default function SearchGlobal({ keyword }) {
222222
});
223223

224224
setUsers(data);
225+
setSortByDropdownShown(false);
225226
setTotalResults(Number(headers["x-total"]));
226227
setTotalPages(Number(headers["x-total-pages"]));
227228
}

0 commit comments

Comments
 (0)