From b7d82e0bb970917eb057507b34b19749bff471f0 Mon Sep 17 00:00:00 2001 From: tidbit1 <194808961+tidbit1@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:51:58 +0100 Subject: [PATCH] remove unsupported organisation sidebar target --- manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 51ba86d..98696d7 100644 --- a/manifest.json +++ b/manifest.json @@ -9,8 +9,7 @@ "serveUrl": "https://apps-cdn.deskpro-service.com/__name__/__version__", "appStoreUrl": "https://www.deskpro.com/product-embed/apps/nutshell", "targets": [ - { "target": "user_sidebar", "entrypoint": "#/" }, - { "target": "organisation_sidebar", "entrypoint": "#/" } + { "target": "user_sidebar", "entrypoint": "#/" } ], "settings": { "api_key": { @@ -37,4 +36,4 @@ } ] } -} +} \ No newline at end of file