mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Geomap: Improve migration logic (#65500)
This commit is contained in:
@@ -487,7 +487,7 @@ export class PanelModel implements DataConfigSource, IPanelModel {
|
||||
const oldOptions: any = this.getOptionsToRemember();
|
||||
const prevFieldConfig = this.fieldConfig;
|
||||
const oldPluginId = this.type;
|
||||
const wasAngular = this.isAngularPlugin();
|
||||
const wasAngular = this.isAngularPlugin() || Boolean(autoMigrateAngular[oldPluginId]);
|
||||
this.cachedPluginOptions[oldPluginId] = {
|
||||
properties: oldOptions,
|
||||
fieldConfig: prevFieldConfig,
|
||||
|
||||
Reference in New Issue
Block a user