sentry icon indicating copy to clipboard operation
sentry copied to clipboard

fix(dashboards): Don't show Add an Equation when dataset incompatible

Open narsaynorath opened this issue 1 year ago • 0 comments

Issue widgets were displaying an "Add an Equation" button. The check for it was a conditional rendering check which had a typo in it, instead control the button from the caller and use the enableEquations field from the datasets in the widget builder.

This field is always true in Discover, so set that to always true as well.

narsaynorath avatar Oct 18 '24 19:10 narsaynorath