From 22a7e5b3e8fccdd25364318b01f0a6be157253ce Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Mon, 30 Oct 2023 14:18:33 +0100 Subject: [PATCH] DevEnv: Fix missing commas in dashboards (#77359) fix(devenv): fix missing commas in dashboards --- devenv/dev-dashboards-without-uid/panel_tests_polystat.json | 6 +++--- devenv/dev-dashboards/panel-polystat/polystat_test.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devenv/dev-dashboards-without-uid/panel_tests_polystat.json b/devenv/dev-dashboards-without-uid/panel_tests_polystat.json index 71cbfb27f99..951bb780017 100644 --- a/devenv/dev-dashboards-without-uid/panel_tests_polystat.json +++ b/devenv/dev-dashboards-without-uid/panel_tests_polystat.json @@ -452,7 +452,7 @@ { "text": "CFP franc (XPF)", "value": "currencyXPF" - } + }, { "text": "Bulgarian Lev (BGN)", "value": "currencyBGN" @@ -1615,7 +1615,7 @@ { "text": "Malaysian Ringgit (RM)", "value": "currencyMYR" - } + }, { "text": "Bulgarian Lev (BGN)", "value": "currencyBGN" @@ -2718,7 +2718,7 @@ { "text": "Malaysian Ringgit (RM)", "value": "currencyMYR" - } + }, { "text": "Bulgarian Lev (BGN)", "value": "currencyBGN" diff --git a/devenv/dev-dashboards/panel-polystat/polystat_test.json b/devenv/dev-dashboards/panel-polystat/polystat_test.json index 8d9bd53b78f..6be355ebd99 100644 --- a/devenv/dev-dashboards/panel-polystat/polystat_test.json +++ b/devenv/dev-dashboards/panel-polystat/polystat_test.json @@ -452,7 +452,7 @@ { "text": "CFP franc (XPF)", "value": "currencyXPF" - } + }, { "text": "Bulgarian Lev (BGN)", "value": "currencyBGN" @@ -1615,7 +1615,7 @@ { "text": "Malaysian Ringgit (RM)", "value": "currencyMYR" - } + }, { "text": "Bulgarian Lev (BGN)", "value": "currencyBGN" @@ -2714,7 +2714,7 @@ { "text": "Malaysian Ringgit (RM)", "value": "currencyMYR" - } + }, { "text": "Bulgarian Lev (BGN)", "value": "currencyBGN"