Skip to content

Commit

Permalink
fix(metrics): Disallow wildcard in search
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKnaus committed Apr 25, 2024
1 parent e902885 commit 5a7d90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/views/metrics/metricSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export function MetricSearchBar({
placeholder={t('Filter by tags')}
query={query}
savedSearchType={SavedSearchType.METRIC}
disallowWildcard
{...searchConfig}
{...props}
/>
Expand Down

0 comments on commit 5a7d90c

Please sign in to comment.