Skip to content

Commit

Permalink
Merged in bugfix/shibui-1669 (pull request #509)
Browse files Browse the repository at this point in the history
Fixed a11y issue with delete button

Approved-by: Jonathan Johnson
  • Loading branch information
rmathis committed Aug 18, 2021
2 parents de046c5 + 3629f72 commit a2c2d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/form/component/fields/FilterTargetField.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const FilterTargetField = ({
<FilterTargetPreview entityId={id}>
{(preview, loading, xml) => (
<React.Fragment>
{id}
<span tabIndex="0">{id}</span>
<span>
{preview &&
<Button disabled={loading || !xml} type="button"
Expand Down

0 comments on commit a2c2d84

Please sign in to comment.