Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcger committed Dec 7, 2023
1 parent c014f32 commit 26b1aff
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,7 @@ export const MultiSelectFilter = <T extends string, K extends string = string>({
>
<EuiTextTruncate text={buttonLabel || ''} truncation={'end'} width={128}>
{(truncatedText: string) => (
<EuiText
size="s"
// Value returned from formatFieldValue is always sanitized
dangerouslySetInnerHTML={{ __html: truncatedText }}
/>
<EuiText size="s" dangerouslySetInnerHTML={{ __html: truncatedText }} />
)}
</EuiTextTruncate>
</EuiFilterButton>
Expand Down

0 comments on commit 26b1aff

Please sign in to comment.