Skip to content

Commit

Permalink
fix lint; remove href
Browse files Browse the repository at this point in the history
  • Loading branch information
markjhoy committed Oct 4, 2024
1 parent c905d8a commit 213bc1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const EnterpriseSearchDeprecationCallout: React.FC<DeprecationCalloutProp
<EuiButton href="#" color="warning" fill>
CTA Link Button
</EuiButton>
<EuiLink href="#" target="_blank" onClick={onDismissAction}>
<EuiLink target="_blank" onClick={onDismissAction}>
{i18n.translate('xpack.enterpriseSearch.deprecationCallout.dissmissLink', {
defaultMessage: 'dismiss',
})}
Expand Down

0 comments on commit 213bc1e

Please sign in to comment.