Skip to content

Commit

Permalink
remove aria-labelledby
Browse files Browse the repository at this point in the history
  • Loading branch information
ShGKme committed Feb 7, 2024
1 parent c4d69b0 commit b049221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcAppSidebar/NcAppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ export default {
<aside id="app-sidebar-vue"
ref="sidebar"
class="app-sidebar"
:aria-labelledby="`app-sidebar-vue-${uid}__header`"
@keydown.esc.stop="isMobile && closeSidebar()">
<header :class="{
'app-sidebar-header--with-figure': hasFigure,
Expand Down

0 comments on commit b049221

Please sign in to comment.