tabele transactionlist from max:25 to max:1000

This commit is contained in:
ogerly 2021-05-13 19:35:44 +02:00
parent e9b2ec1c9d
commit d9c83f2aaf

View File

@ -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 },
},