DEV: give sidebar link buttons a data-list-item-name (#28389)
This commit is contained in:
parent
671f40ce07
commit
43abc219d1
|
@ -7,6 +7,7 @@ const SidebarSectionLinkButton = <template>
|
|||
{{on "click" @action}}
|
||||
type="button"
|
||||
class="sidebar-section-link sidebar-row --link-button"
|
||||
data-list-item-name={{@text}}
|
||||
>
|
||||
<span class="sidebar-section-link-prefix icon">
|
||||
{{icon @icon}}
|
||||
|
|
Loading…
Reference in New Issue