Skip to content

Commit

Permalink
Keep emphasis when editing a Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Sep 20, 2024
1 parent 9dd300b commit 144b185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:title="name"
:actions="actions"
codicon="codicon-lock-small"
:list-style="secretValue ? 'default' : 'deemphasized'"
:list-style="secretValue || isEditing ? 'default' : 'deemphasized'"
:tooltip="tooltip"
align-icon-with-twisty
>
Expand Down

0 comments on commit 144b185

Please sign in to comment.