PanelEditor: Fixed issue with PanelModel change plugin type (#23949)

This commit is contained in:
Torkel Ödegaard
2020-04-27 17:32:35 +02:00
committed by GitHub
parent 76650e60e4
commit 458f6bdb87
2 changed files with 6 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ const mustKeepProps: { [str: string]: boolean } = {
queryRunner: true,
transformations: true,
fieldConfig: true,
editSourceId: true,
};
const defaults: any = {