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