mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEdit: Update UI if panel plugin changes field config (#29898)
This commit is contained in:
@@ -223,6 +223,7 @@ export class PanelModel implements DataConfigSource {
|
||||
|
||||
updateFieldConfig(config: FieldConfigSource) {
|
||||
this.fieldConfig = config;
|
||||
this.events.publish(new PanelOptionsChangedEvent());
|
||||
|
||||
this.resendLastResult();
|
||||
this.render();
|
||||
|
||||
Reference in New Issue
Block a user