Skip to content

Commit

Permalink
feat(pagination): fix vue tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jul 29, 2024
1 parent 83a4d27 commit f173935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ export class OdsPagination {
</ods-button>
{tooltipLabel && (
<ods-tooltip
part="tooltip"
position="top"
shadowDomTriggerId={arrowButtonId}
triggerId={this.hostId}
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<OdsPagination />
<OdsPagination defaultCurrentPage={3} totalPages={21} />
</template>

<script lang="ts">
Expand Down

0 comments on commit f173935

Please sign in to comment.