Fix for buttons section display config.

This commit is contained in:
Dean 2023-08-24 15:35:12 +01:00
parent 38e46dfa15
commit 3f51b5aa90
1 changed files with 8 additions and 7 deletions

View File

@ -5300,25 +5300,26 @@
"type": "text",
"label": "Empty text",
"key": "noRowsMessage",
"defaultValue": "We couldn't find a row to display"
"defaultValue": "We couldn't find a row to display",
"nested": true
}
]
},
{
"section": true,
"name": "Buttons",
"dependsOn": {
"setting": "actionType",
"value": "View",
"invert": true
},
"settings": [
{
"type": "text",
"key": "saveButtonLabel",
"label": "Save button",
"nested": true,
"defaultValue": "Save",
"dependsOn": {
"setting": "actionType",
"value": "View",
"invert": true
}
"defaultValue": "Save"
},
{
"type": "text",