mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
PanelEdit: update configRev on close (#33240)
This commit is contained in:
parent
3056f86f76
commit
e7fd30be17
@ -135,6 +135,7 @@ export function panelEditorCleanUp(): ThunkResult<void> {
|
||||
modifiedSaveModel.id = sourcePanel.id;
|
||||
|
||||
sourcePanel.restoreModel(modifiedSaveModel);
|
||||
sourcePanel.configRev++; // force check the configs
|
||||
|
||||
// Loaded plugin is not included in the persisted properties
|
||||
// So is not handled by restoreModel
|
||||
|
Loading…
Reference in New Issue
Block a user