Skip to content

Commit

Permalink
feat(metrics): Open dashboard formula in metrics (#67326)
Browse files Browse the repository at this point in the history
- closes #66675
  • Loading branch information
ArthurKnaus committed Mar 20, 2024
1 parent 94da38b commit 6030fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/modals/metricWidgetViewerModal.tsx
Expand Up @@ -247,7 +247,7 @@ function MetricWidgetViewerModal({
<ButtonBar gap={1}>
<LinkButton
to={getDdmUrl(organization.slug, {
widgets: metricQueries,
widgets: [...metricQueries, ...metricEquations],
...selection.datetime,
project: selection.projects,
environment: selection.environments,
Expand Down

0 comments on commit 6030fda

Please sign in to comment.