set pageSize to 25

This commit is contained in:
Moriz Wahl 2021-08-11 16:41:19 +02:00
parent c77d5fcaba
commit 1d61c6bee3

View File

@ -137,7 +137,7 @@ export default {
transactionsGdt: { default: () => [] },
transactionGdtCount: { type: Number, default: 0 },
currentPage: 1,
pageSize: { type: Number, default: 5 },
pageSize: 25,
}
},
computed: {