Remove required prop from gridblock to ensure backwards compatiblity
This commit is contained in:
parent
452dc92356
commit
7fd7943a5a
|
@ -5560,8 +5560,7 @@
|
|||
{
|
||||
"type": "dataSource",
|
||||
"label": "Data",
|
||||
"key": "datasource",
|
||||
"required": true
|
||||
"key": "datasource"
|
||||
},
|
||||
{
|
||||
"type": "columns/grid",
|
||||
|
|
Loading…
Reference in New Issue