diff --git a/packages/client/manifest.json b/packages/client/manifest.json index ad8de1a6d2..da7c83cc6c 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -3574,7 +3574,8 @@ { "type": "dataSource", "label": "Data", - "key": "dataSource" + "key": "dataSource", + "required": true }, { "type": "searchfield", @@ -3738,7 +3739,8 @@ { "type": "dataSource", "label": "Data", - "key": "dataSource" + "key": "dataSource", + "required": true }, { "type": "searchfield", @@ -3901,7 +3903,8 @@ { "type": "dataSource", "label": "Data", - "key": "dataSource" + "key": "dataSource", + "required": true }, { "type": "filter",