Skip to content

Commit

Permalink
Fix SortPickerList unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarodE committed May 1, 2024
1 parent 873b0eb commit 5282fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:class="[cssClasses, buttonClass]"
data-test="sort-picker-button"
:events="event"
:aria-pressed="(item === selectedSort).toString()"
:aria-pressed="item === selectedSort || null"
role="listitem"
>
<slot v-bind="{ item, isSelected: item === selectedSort }">
Expand Down

0 comments on commit 5282fd0

Please sign in to comment.