Commit 8df56ce
committed
fix: always show raw config in settings (fixes #94202)
Previously, the raw config textarea was hidden when sensitive values were
detected, making the JSON completely invisible. This change forces the
textarea to always be visible, aligning with user expectations that the
JSON should be displayed (at least after scrolling). The reveal button
remains but is no longer required to view the raw config.
Issue: #942021 parent 7048906 commit 8df56ce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1841 | 1841 | | |
1842 | 1842 | | |
1843 | 1843 | | |
1844 | | - | |
| 1844 | + | |
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
| |||
0 commit comments