Skip to content

Commit

Permalink
Merge main into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
su-sws-jira authored Oct 30, 2024
2 parents b708f10 + f0be73f commit 782f27a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "saa-alumni",
"description": "Stanford Alumni Association",
"version": "5.1.8",
"version": "5.2.0",
"author": "Stanford University | Alumni Association | Stanford Web Services",
"dependencies": {
"@babel/runtime": "^7.24.6",
Expand Down
2 changes: 2 additions & 0 deletions src/components/search/SearchField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const SearchField = ({ emptySearchMessage }) => {
refine(v);
if (v.length > 0) {
setEmptySearch(false);
} else {
setEmptySearch(true);
}
},
[setValue, refine, setEmptySearch]
Expand Down

0 comments on commit 782f27a

Please sign in to comment.