Skip to content

Commit

Permalink
Remove the callout for upgrading to get enterprise-level features
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatsarkar056 committed Nov 14, 2024
1 parent ba6ffec commit dd5178d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { SendEnterpriseSearchTelemetry as SendTelemetry } from '../../../shared/
import headerImage from '../../assets/search_header.png';

import { EnterpriseSearchOverviewPageTemplate } from '../layout';
import { SetupGuideCta } from '../setup_guide';
import { TrialCallout } from '../trial_callout';

import { ElasticsearchProductCard } from './elasticsearch_product_card';
Expand Down Expand Up @@ -121,11 +120,6 @@ export const ProductSelector: React.FC = () => {
<EuiFlexItem>
<SearchLabsBanner />
</EuiFlexItem>
{!config.host && config.canDeployEntSearch && (
<EuiFlexItem>
<SetupGuideCta />
</EuiFlexItem>
)}
</EuiFlexGroup>
</EuiPageTemplate.Section>
</EnterpriseSearchOverviewPageTemplate>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit dd5178d

Please sign in to comment.