From acbd7a802c3338b0e5aa1fa9c859baf2d1bdf571 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 26 Jan 2024 09:51:37 +0000 Subject: [PATCH] Restrict rowexplorer binding to local scope --- packages/client/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 71f4ed14d6..5bbf465766 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -6507,7 +6507,8 @@ ], "context": { "type": "schema", - "suffix": "repeater" + "suffix": "repeater", + "scope": "local" } }, "grid": {