Skip to content

Commit

Permalink
fix: fix replace all typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Jul 7, 2021
1 parent ab5bd0e commit f78fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/observability-packs.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const ObservabilityPacksPage = ({ data, location }) => {
useEffect(() => {
if (querySearch) {
setSearchTerm(querySearch);
setsearchExpanded(true);
setSearchExpanded(true);
}
if (queryFilter) {
setContainingFilterState(queryFilter);
Expand Down

0 comments on commit f78fa50

Please sign in to comment.