[Fix] Fixed limit

This commit is contained in:
Robert von Burg 2018-09-07 16:58:10 +02:00
parent bb098775eb
commit bce07e7481
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-reports", "name": "strolch-wc-reports",
"description": "Strolch WebComponent Reports", "description": "Strolch WebComponent Reports",
"version": "0.1.1", "version": "0.1.2",
"authors": [ "authors": [
"Robert von Burg" "Robert von Burg"
], ],

View File

@ -340,7 +340,7 @@
}, },
limit: { limit: {
type: Number, type: Number,
value: Susi.Constants.limit value: 25
}, },
fromDate: { fromDate: {
type: Date, type: Date,