Skip to content

Commit

Permalink
fix(alerts): Remove query from metric alert related issues (#82965)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored Jan 6, 2025
1 parent 25708df commit 21e1284
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function RelatedIssues({rule, organization, projects, query, timePeriod}: Props)
orgSlug={organization.slug}
endpointPath={path}
queryParams={queryParams}
query={`start=${start}&end=${end}&groupStatsPeriod=auto`}
canSelectGroups={false}
renderEmptyMessage={renderEmptyMessage}
renderErrorMessage={renderErrorMessage}
Expand Down

0 comments on commit 21e1284

Please sign in to comment.