Skip to content

Commit

Permalink
refactor(pagination): remove unused static field (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub authored Apr 29, 2024
1 parent 59aa303 commit b76fbe8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/pagination/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ export class LeuPagination extends LitElement {
delegatesFocus: true,
}

static events = {
range: {},
}

static properties = {
defaultPage: { type: Number, reflect: true },
itemsPerPage: { type: Number, reflect: true },
Expand Down

0 comments on commit b76fbe8

Please sign in to comment.