[Dashboard] Refresh container after clone panel is complete (#65252)

This commit is contained in:
Maja Grubic 2020-05-05 16:29:04 +01:00 committed by GitHub
parent 5967f4edde
commit 551bb077aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,7 @@ export class DashboardContainer extends Container<InheritedChildInput, Dashboard
};
this.updateInput({
panels: finalPanels,
lastReloadRequestTime: new Date().getTime(),
});
});
}