diff --git a/public/app/features/dashboard/shareSnapshotCtrl.js b/public/app/features/dashboard/shareSnapshotCtrl.js index eba1e6e6ac7..17a313b2b64 100644 --- a/public/app/features/dashboard/shareSnapshotCtrl.js +++ b/public/app/features/dashboard/shareSnapshotCtrl.js @@ -86,6 +86,7 @@ function (angular, _) { dash.forEachPanel(function(panel) { panel.targets = []; panel.links = []; + panel.datasource = null; }); // remove annotations dash.annotations.list = [];