Skip to content

Commit

Permalink
Merge pull request #42772 from nextcloud/backport/42718/stable28
Browse files Browse the repository at this point in the history
[stable28] Remove unneeded role="radiogroup" from "Predefined statuses"
  • Loading branch information
blizzz authored Jan 16, 2024
2 parents f05252f + 0f7c33c commit 28473f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion apps/user_status/src/components/PredefinedStatusesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<template>
<ul v-if="statusesHaveLoaded"
class="predefined-statuses-list"
role="radiogroup"
:aria-label="t('user_status', 'Predefined statuses')">
<PredefinedStatus v-for="status in predefinedStatuses"
:key="status.id"
Expand Down
4 changes: 2 additions & 2 deletions dist/user-status-modal-8299.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/user-status-modal-8299.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 28473f7

Please sign in to comment.