Skip to content

Commit

Permalink
fix(NcAppSettingsDialog): label navigation instead of list
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Jan 18, 2024
1 parent 6fb1d5b commit 08d0a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ export default {

<template>
<NcDialog v-if="open"
:navigation-aria-label="settingsNavigationAriaLabel"
v-bind="dialogProperties"
@update:open="handleCloseModal">
<template v-if="hasNavigation" #navigation="{ isCollapsed }">
<ul v-if="!isCollapsed"
:aria-label="settingsNavigationAriaLabel"
class="navigation-list"
role="tablist">
<li v-for="section in sections" :key="section.id">
Expand Down

0 comments on commit 08d0a89

Please sign in to comment.