Skip to content

Commit

Permalink
Merge pull request #4602 from nextcloud-libraries/fix/header-menu-unused
Browse files Browse the repository at this point in the history
fix: Remove unused id from trigger
  • Loading branch information
Pytal committed Oct 4, 2023
2 parents 37749e5 + 616dc24 commit cee9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcHeaderMenu/NcHeaderMenu.vue
Expand Up @@ -71,7 +71,7 @@ export default {
:class="{ 'header-menu--opened': opened }"
class="header-menu">
<!-- Trigger -->
<button :id="triggerId"
<button :id="isNav ? triggerId : null"
ref="trigger"
class="header-menu__trigger button-vue"
:aria-label="ariaLabel"
Expand Down

0 comments on commit cee9582

Please sign in to comment.