Skip to content

Commit

Permalink
Tweak selected label
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Oct 7, 2024
1 parent b622d28 commit e4d1745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/DynamicDataTableButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
:disabled="itemsSelected.length === 0"
@click="isSelectedDropdownVisible = !isSelectedDropdownVisible"
>
{{ itemsSelected.length > 0 ? `${itemsSelected.length} selected ... ` : "Selected ... " }}
{{ itemsSelected.length > 0 ? `${itemsSelected.length} selected... ` : "Selected... " }}
</button>
<div
v-show="isSelectedDropdownVisible"
Expand Down

0 comments on commit e4d1745

Please sign in to comment.