From 44fdc5efb541cac91ac0ee1676b2516cc75c8742 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 22 Nov 2022 16:44:14 +0000 Subject: [PATCH] Remove static key from side panel manifest and add draggable key --- 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 4f8c184899..25f78440bc 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -5200,7 +5200,7 @@ "section" ], "showEmptyState": false, - "static": true + "draggable": false }, "rowexplorer": { "block": true,