Skip to content

Commit

Permalink
default link behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed May 23, 2024
1 parent 50247a5 commit 3ded93f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ export const euiSelectableTemplateSitewideRenderOptions = (
searchValue: string
) => {
return (
<>
<a href="" style={{ textDecoration: 'none' }}>
<EuiHighlight
className="euiSelectableTemplateSitewide__listItemTitle"
search={searchValue}
>
{option.label}
</EuiHighlight>
{renderOptionMeta(option.meta, searchValue)}
</>
</a>
);
};

Expand Down

0 comments on commit 3ded93f

Please sign in to comment.