diff --git a/public/app/features/dashboard/model.ts b/public/app/features/dashboard/model.ts index 01c805694a6..f407ec3dd4e 100644 --- a/public/app/features/dashboard/model.ts +++ b/public/app/features/dashboard/model.ts @@ -238,6 +238,9 @@ export class DashboardModel { delete newPanel.repeatIteration; delete newPanel.repeatPanelId; delete newPanel.scopedVars; + if (newPanel.alert) { + delete newPanel.thresholds; + } delete newPanel.alert; row.addPanel(newPanel);