mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Library Panels: Fix refresh when changing to angular library panel (#35048)
Closes #34874
This commit is contained in:
@@ -148,6 +148,10 @@ export class RefreshEvent extends BusEventBase {
|
||||
static type = 'refresh';
|
||||
}
|
||||
|
||||
export class PanelDirectiveReadyEvent extends BusEventBase {
|
||||
static type = 'panel-directive-ready';
|
||||
}
|
||||
|
||||
export class RenderEvent extends BusEventBase {
|
||||
static type = 'render';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user