From 82d43c6887d6712f9a2db53f5011608de044e5a2 Mon Sep 17 00:00:00 2001 From: Yulya Artyukhina Date: Mon, 19 Feb 2024 12:59:38 +0100 Subject: [PATCH] Fix OnCall Insights dashboard version (#3917) # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- grafana-plugin/src/dashboards/oncall_metrics_dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json b/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json index 01fb71d4..0581dd8a 100644 --- a/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json +++ b/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json @@ -1490,6 +1490,6 @@ }, "timezone": "browser", "title": "OnCall Insights", - "version": 3, + "version": 2, "weekStart": "" }