diff --git a/tailbone/templates/grids/buefy.mako b/tailbone/templates/grids/buefy.mako index f1bfadf1..699161c8 100644 --- a/tailbone/templates/grids/buefy.mako +++ b/tailbone/templates/grids/buefy.mako @@ -334,7 +334,7 @@ }, onPageChange(page) { - this.page = page + this.currentPage = page this.loadAsyncData() }, @@ -343,7 +343,7 @@ this.sortOrder = order // always reset to first page when changing sort options // TODO: i mean..right? would we ever not want that? - this.page = 1 + this.currentPage = 1 this.loadAsyncData() },