Skip to content

Commit f1d1f61

Browse files
author
Marvin Kuhn
committed
fixed pagination never showed bug
1 parent 5fa78b1 commit f1d1f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Fusion/Component/Pagination.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prototype(Breadlesscode.Listable:Pagination) < prototype(Neos.Fusion:Component)
66
paginationConfig = ${ [] }
77

88
@process.wrapPagination = ${ '<ul class="pagination">' + value + '</ul>' }
9-
@if.hasOnlyOnePage = ${ props.totalCount > props.itemsPerPage }
9+
@if.hasOnlyOnePage = ${ this.totalCount > this.itemsPerPage }
1010

1111
renderer = Neos.Fusion:Collection {
1212
collection = Breadlesscode.Listable:PaginationArray {

0 commit comments

Comments
 (0)