Skip to content

Commit

Permalink
remove ent search changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Nov 24, 2023
1 parent c527d89 commit 261b702
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ export const ConnectorIngestionPanel: React.FC<{ assetBasePath: string }> = ({ a
</EuiFlexItem>
<EuiFlexGroup direction="row" justifyContent="flexStart" alignItems="center">
<EuiFlexItem grow={false}>
<EuiLink
data-test-subj="serverlessSearchConnectorIngestionPanelSetUpAConnectorLink"
onClick={() => createConnector()}
>
<EuiLink onClick={() => createConnector()}>
{i18n.translate(
'xpack.serverlessSearch.ingestData.alternativeOptions.setupConnectorLabel',
{
Expand All @@ -77,7 +74,6 @@ export const ConnectorIngestionPanel: React.FC<{ assetBasePath: string }> = ({ a
<EuiFlexItem grow={false}>
<EuiText size="s">
<EuiLink
data-test-subj="serverlessSearchConnectorIngestionPanelDockerLink"
target="_blank"
href="https://github.com/elastic/connectors-python/blob/main/docs/DOCKER.md"
>
Expand Down

0 comments on commit 261b702

Please sign in to comment.