Skip to content

Commit 0512ab1

Browse files
authored
Observability onboarding: Show beta integrations (#230914)
Currently, the search on the "Add data" page is not showing beta integrations. This is problematic because we want to show the content-only "content pack" integrations there as well. With this PR this is the case: <img width="1168" height="287" alt="Screenshot 2025-08-07 at 09 43 16" src="https://github.com/user-attachments/assets/721da7a1-1fda-4610-866b-3e9ce7a4f404" />
1 parent 98465cc commit 0512ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/solutions/observability/plugins/observability_onboarding/public/application/package_list_search_form/package_list_search_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const PackageListGridWrapper = ({
4848
excludePackageIdList = [],
4949
}: WrapperProps) => {
5050
const { filteredCards: integrationCards, isLoading } = useAvailablePackages({
51-
prereleaseIntegrationsEnabled: false,
51+
prereleaseIntegrationsEnabled: true,
5252
});
5353
const rewriteUrl = useCardUrlRewrite({ category: flowCategory, search: searchQuery });
5454

0 commit comments

Comments
 (0)