Skip to content

Commit

Permalink
fix: update search property to avoid name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Sep 16, 2021
1 parent 078c884 commit 8771cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const QuickstartsPage = ({ data, location }) => {
tessen.track('instantObservability', 'QuickstartCatalogSearch', {
filter: filterParam,
search: searchParam,
category: categoryParam,
quickstartCategory: categoryParam,
});
}
}, [location.search, tessen]);
Expand Down

0 comments on commit 8771cb3

Please sign in to comment.