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

This commit is contained in:
Maja Grubic 2020-05-05 19:03:35 +01:00 committed by GitHub
parent 1f44c7e609
commit 375c3bf3d6
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(),
});
});
}