Also remove nested options prop that was there due to bug

This commit is contained in:
Torkel Ödegaard 2019-02-16 15:13:17 +01:00
parent 43e0ad3f93
commit 4c59a91651

View File

@ -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;