Skip to content

Commit

Permalink
Add unique ID to cred field external plugin button(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabashian committed Sep 11, 2020
1 parent 68426da commit ad1c4b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function CredentialPluginInput(props) {
)}
>
<Button
id={`credential-${fieldOptions.id}-external-button`}
variant={ButtonVariant.control}
aria-label={i18n._(
t`Populate field from an external secret management system`
Expand Down

0 comments on commit ad1c4b1

Please sign in to comment.