mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix: Update badges on PanelEditor tabs when adding a query/transformation/alert (#27729)
* minor nits in paneleditor * add events for queries and transformations * fix spelling * add event to alertctrl * revert alert changes * re add force update * reduce events
This commit is contained in:
@@ -156,3 +156,6 @@ export const jsonDiffReady = eventFactory('json-diff-ready');
|
||||
export const closeTimepicker = eventFactory('closeTimepicker');
|
||||
|
||||
export const routeUpdated = eventFactory('$routeUpdate');
|
||||
|
||||
export const queryChanged = eventFactory('queryChanged');
|
||||
export const transformationChanged = eventFactory('transformationChanged');
|
||||
|
||||
Reference in New Issue
Block a user