update scroll limit

This commit is contained in:
Martin McKeaveney 2022-01-21 10:26:01 +01:00
parent 0a86679fdf
commit 311b7ef32f
1 changed files with 1 additions and 1 deletions

View File

@ -2861,7 +2861,7 @@
"settings": [ "settings": [
{ {
"type": "number", "type": "number",
"label": "Row Count", "label": "Scroll Limit",
"key": "rowCount", "key": "rowCount",
"defaultValue": 8 "defaultValue": 8
}, },