From c8243437c87b7e1943fcc13d1140b09f91ed8786 Mon Sep 17 00:00:00 2001 From: Ashleigh Simonelli Date: Tue, 14 Oct 2025 13:27:08 +0100 Subject: [PATCH] feat: added isListed field for app search --- .../src/components/pages/marketplace-installations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marketplace-management/src/components/pages/marketplace-installations.tsx b/packages/marketplace-management/src/components/pages/marketplace-installations.tsx index 6a1b7efddd..9a62dd8a98 100644 --- a/packages/marketplace-management/src/components/pages/marketplace-installations.tsx +++ b/packages/marketplace-management/src/components/pages/marketplace-installations.tsx @@ -242,7 +242,7 @@ export const MarketplaceInstallations: FC = () => { searchKey="appName" dataListKey="data" action={getActions[GetActionNames.getApps]} - queryParams={{ pageSize: 100 }} + queryParams={{ pageSize: 100, isListed: true }} noneSelectedLabel="No apps selected" {...register('appIds')} />