diff --git a/changelog/25235.txt b/changelog/25235.txt new file mode 100644 index 0000000000..d4df23ebf4 --- /dev/null +++ b/changelog/25235.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Do not disable JSON display toggle for KV version 2 secrets +``` \ No newline at end of file diff --git a/ui/lib/core/addon/components/json-editor.hbs b/ui/lib/core/addon/components/json-editor.hbs index ec345ae0ca..ca427b194d 100644 --- a/ui/lib/core/addon/components/json-editor.hbs +++ b/ui/lib/core/addon/components/json-editor.hbs @@ -25,7 +25,7 @@ data-test-restore-example /> {{/if}} - {{#if (and @obscure @readOnly)}} + {{#if (and @allowObscure @readOnly)}} {{! For safety we only use obscured values in readonly mode }}