Skip to content

Commit

Permalink
feat: [useSnackbar] - related #384 - fix data-test name of pagination…
Browse files Browse the repository at this point in the history
… jumper select
  • Loading branch information
mattgoud committed Jan 15, 2025
1 parent c4416a3 commit cb00bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/pagination/src/pagination-large.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:is-selected="page === pageNb"
:data-test="
dataTest != undefined
? `pageSelectorOption-${dataTest}-${index}`
? `pageSelectorOption-${dataTest}-${pageNb}`
: undefined
"
@select="(payload) => emit('update:page', payload.value)"
Expand Down

0 comments on commit cb00bdc

Please sign in to comment.