mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
tabele transactionlist from max:25 to max:1000
This commit is contained in:
parent
e9b2ec1c9d
commit
d9c83f2aaf
@ -100,7 +100,7 @@ export default {
|
||||
name: 'GddTable',
|
||||
props: {
|
||||
transactions: { default: [] },
|
||||
max: { type: Number, default: 25 },
|
||||
max: { type: Number, default: 1000 },
|
||||
timestamp: { type: Number, default: 0 },
|
||||
transactionCount: { type: Number, default: 0 },
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user