Skip to content

Commit

Permalink
Remove Link component from Tab order for Add Queue cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 19, 2023
1 parent 834702e commit c542a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/src/components/addQueue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface CancelAddButtonProps {

function CancelAddButton (props: CancelAddButtonProps) {
return (
<Link to='/manage/'>
<Link to='/manage/' tabIndex={-1}>
<Button variant='link' className={'text-danger ' + buttonSpacing} aria-label='Cancel' disabled={props.disabled}>
Cancel
</Button>
Expand Down

0 comments on commit c542a59

Please sign in to comment.