mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Also remove nested options prop that was there due to bug
This commit is contained in:
parent
43e0ad3f93
commit
4c59a91651
@ -399,6 +399,8 @@ export class DashboardMigrator {
|
||||
prefix: panel.options.prefix,
|
||||
suffix: panel.options.suffix,
|
||||
};
|
||||
// this options prop was due to a bug
|
||||
delete panel.options.options;
|
||||
delete panel.options.unit;
|
||||
delete panel.options.stat;
|
||||
delete panel.options.decimals;
|
||||
|
Loading…
Reference in New Issue
Block a user