From f433343dc42c139039000bc7c897ec26c3071db8 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 14 Feb 2022 13:11:01 +0000 Subject: [PATCH] Update table block to use new column config setting --- packages/client/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 5d73d3b95c..d578c7056d 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -2950,7 +2950,7 @@ "defaultValue": 8 }, { - "type": "multifield", + "type": "columns", "label": "Table Columns", "key": "tableColumns", "dependsOn": "dataSource",