Skip to content

Commit

Permalink
Deprecate EuiSuggestItem labelDisplay prop
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 24, 2022
1 parent b4cde8f commit d26fc85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const ECSComboboxFieldComponent: React.FC<ECSComboboxFieldProps> = ({
}
</EuiFlexItem>
<EuiFlexItem grow={false}>
<StyledFieldSpan className="euiSuggestItem__label euiSuggestItem__labelDisplay--expand">
<StyledFieldSpan className="euiSuggestItem__label euiSuggestItem__label--expand">
{option.value.field}
</StyledFieldSpan>
</EuiFlexItem>
Expand Down Expand Up @@ -363,7 +363,7 @@ const OsqueryColumnFieldComponent: React.FC<OsqueryColumnFieldProps> = ({
gutterSize="none"
>
<EuiFlexItem grow={false}>
<StyledFieldSpan className="euiSuggestItem__label euiSuggestItem__labelDisplay--expand">
<StyledFieldSpan className="euiSuggestItem__label euiSuggestItem__label--expand">
{option.value.suggestion_label}
</StyledFieldSpan>
</EuiFlexItem>
Expand Down

0 comments on commit d26fc85

Please sign in to comment.