Skip to content

Commit 079b0ef

Browse files
committed
change(alerting): delete alert rule from panel model when duplicating panel
1 parent a50178e commit 079b0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/features/dashboard/model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export class DashboardModel {
240240
delete newPanel.repeatIteration;
241241
delete newPanel.repeatPanelId;
242242
delete newPanel.scopedVars;
243+
delete newPanel.alert;
243244

244245
row.addPanel(newPanel);
245246
return newPanel;

0 commit comments

Comments
 (0)