Skip to content

Commit

Permalink
Merge pull request #42718 from nextcloud/fix/42717-Remove_unneeded_ro…
Browse files Browse the repository at this point in the history
…le=radiogroup_from_Predefined_statuses

Remove unneeded role="radiogroup" from "Predefined statuses"
  • Loading branch information
ShGKme authored Jan 11, 2024
2 parents cbc9452 + 69a47ae commit 2560f6e
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 2560f6e

Please sign in to comment.