mirror of https://github.com/hashicorp/consul
ui: [BUGFIX] Fix KV Code Editor syntax loading (#10605)
This commit adds a bit of string wrangling to avoid the keys in our javascript source file also being transformed. Additionally, whilst looking at this we decided that Maps are a better dictionary than javascript objects, so we moved to use those here also (but this doesn't affect the issue)pull/10616/head
parent
54f0cd812a
commit
3e80e637ba
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fix KV editor syntax highlighting
|
||||
```
|
Loading…
Reference in new issue