mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
set pageSize to 25
This commit is contained in:
parent
c77d5fcaba
commit
1d61c6bee3
@ -137,7 +137,7 @@ export default {
|
||||
transactionsGdt: { default: () => [] },
|
||||
transactionGdtCount: { type: Number, default: 0 },
|
||||
currentPage: 1,
|
||||
pageSize: { type: Number, default: 5 },
|
||||
pageSize: 25,
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user