Skip to content

Commit

Permalink
feat(metrics): allow wildcards in metrics search bar (#74332)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellmayr authored Jul 16, 2024
1 parent 0e0349d commit 6620d36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/app/components/metrics/metricSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export function MetricSearchBar({
placeholder={t('Filter by tags')}
query={query}
savedSearchType={SavedSearchType.METRIC}
disallowWildcard
{...searchConfig}
{...props}
/>
Expand Down

0 comments on commit 6620d36

Please sign in to comment.