update scroll limit

This commit is contained in:
Martin McKeaveney 2022-01-21 10:26:01 +01:00
parent ce3604695c
commit 208ec7183a
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
}, },