DevEnv: Fix missing commas in dashboards (#77359)

fix(devenv): fix missing commas in dashboards
pull/77295/head^2
Jack Westbrook 2 years ago committed by GitHub
parent 44839a1bdd
commit 22a7e5b3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      devenv/dev-dashboards-without-uid/panel_tests_polystat.json
  2. 6
      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"
@ -2718,7 +2718,7 @@
{
"text": "Malaysian Ringgit (RM)",
"value": "currencyMYR"
}
},
{
"text": "Bulgarian Lev (BGN)",
"value": "currencyBGN"

@ -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"

Loading…
Cancel
Save