Remove required prop from gridblock to ensure backwards compatiblity

This commit is contained in:
Andrew Kingston 2023-10-20 11:07:37 +01:00
parent 452dc92356
commit 7fd7943a5a
1 changed files with 1 additions and 2 deletions

View File

@ -5560,8 +5560,7 @@
{
"type": "dataSource",
"label": "Data",
"key": "datasource",
"required": true
"key": "datasource"
},
{
"type": "columns/grid",