Skip to content

Commit

Permalink
remove download button
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo committed Jan 6, 2025
1 parent 5fc382d commit 4fd863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/kv/addon/components/kv-data-fields.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{{else if (eq @type "details")}}
{{#each-in @secret.secretData as |key value|}}
<InfoTableRow @label={{key}} @value={{value}} @alwaysRender={{true}}>
<MaskedInput @name={{key}} @value={{value}} @displayOnly={{true}} @allowCopy={{true}} @allowDownload={{true}} />
<MaskedInput @name={{key}} @value={{value}} @displayOnly={{true}} @allowCopy={{true}} />
</InfoTableRow>
{{else}}
<InfoTableRow @label="" @value="" @alwaysRender={{true}} />
Expand Down

0 comments on commit 4fd863e

Please sign in to comment.