Skip to content

Commit

Permalink
[Dashboard] Refresh container after clone panel is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed May 5, 2020
1 parent 4142f57 commit b9494bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export class DashboardContainer extends Container<InheritedChildInput, Dashboard
};
this.updateInput({
panels: finalPanels,
lastReloadRequestTime: new Date().getTime(),
});
});
}
Expand Down

0 comments on commit b9494bd

Please sign in to comment.