Skip to content

Commit

Permalink
Merge pull request #2841 from nextcloud/bugfix/noid/remove-invalid-attr
Browse files Browse the repository at this point in the history
Remove invalid test-attr
  • Loading branch information
nickvergessen authored Jul 14, 2022
2 parents 238aa4a + f936b15 commit 395aa01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Actions/Actions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default {
:aria-label="ariaLabel"
:aria-controls="randomId"
:aria-expanded="opened ? 'true' : 'false'"
test-attr="1"
type="button"
@focus="onFocus"
@blur="onBlur">
Expand Down

0 comments on commit 395aa01

Please sign in to comment.