From 7fd7943a5aeb9a289c3f9048c8042f638d225c07 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Fri, 20 Oct 2023 11:07:37 +0100 Subject: [PATCH] Remove required prop from gridblock to ensure backwards compatiblity --- packages/client/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index ff0fbfac93..dfb6a3ef44 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -5560,8 +5560,7 @@ { "type": "dataSource", "label": "Data", - "key": "datasource", - "required": true + "key": "datasource" }, { "type": "columns/grid",