Skip to content

Commit 8896f09

Browse files
authored
fix(erigon): version format in erigon.json (#661)
FIX: erigon.json had invalid JSON syntax and this caused the dashboard to fail to load.
1 parent f9bca08 commit 8896f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/erigon/dashboards/erigon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,6 +1594,6 @@
15941594
"timezone": "browser",
15951595
"title": "Erigon 3 Overview v0.9.0",
15961596
"uid": "graphops-erigon-overview-v0_9_0",
1597-
"version": 090,
1597+
"version": 90,
15981598
"weekStart": ""
15991599
}

0 commit comments

Comments
 (0)