You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dashboard): address Seer and Bugbot review findings
- Fix validateQueryConstraints false positive: only check group-by+limit
when user explicitly passes --group-by, not when merely changing --query
on an existing grouped widget (which may have auto-defaulted columns)
- Fix orphaned JSDoc: move buildWidgetFromFlags doc comment to its
actual function definition after the validation helpers were inserted
0 commit comments