From 6c066b43ca3f0465f67440ba75e44d0d99d55e0e Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 19 Jan 2021 11:52:49 +0000 Subject: [PATCH] Fix issue with new row settings definition --- packages/standard-components/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/standard-components/manifest.json b/packages/standard-components/manifest.json index 4d00c0efc1..4666a5056d 100644 --- a/packages/standard-components/manifest.json +++ b/packages/standard-components/manifest.json @@ -425,7 +425,7 @@ "styleable": true, "settings": [ { - "type": "text", + "type": "table", "label": "Table", "key": "table" }