Skip to content

Commit

Permalink
Review - fix concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
at-github committed Nov 14, 2024
1 parent b468013 commit 4617216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const dropdownLabel = (text: string) => {
:placeholder="placeholder"
select-label=""
deselect-label=""
:aria-labelledby="id + '-label'"
:aria-labelledby="`${id}-label`"
aria-owns=""
:multiple="false"
:searchable="true"
Expand Down

0 comments on commit 4617216

Please sign in to comment.