Skip to content

Commit

Permalink
fix pagination test
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jul 18, 2024
1 parent 20e6adf commit 1aea64d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class PaginationPage {
({
id: this.#id.value,
"aria-label": `Page ${this.page.value}`,
"data-value": `${this.page.value}`,
"data-value": `${this.page.value.value}`,
"data-selected": this.page.value.value === this.#root.page.value ? "" : undefined,
[PAGE_ATTR]: "",
//
Expand Down

0 comments on commit 1aea64d

Please sign in to comment.