Skip to content

Commit

Permalink
chore: removes cast to any of EuiDescriptionList props (elastic#118262)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
claudiopro and kibanamachine authored Nov 15, 2021
1 parent f2872d8 commit c387a4e
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,12 @@ export function AlertsFlyout({
compressed={true}
type="responsiveColumn"
listItems={overviewListItems}
titleProps={
{
'data-test-subj': 'alertsFlyoutDescriptionListTitle',
} as any // NOTE / TODO: This "any" is a temporary workaround: https://github.com/elastic/eui/issues/5148
}
descriptionProps={
{
'data-test-subj': 'alertsFlyoutDescriptionListDescription',
} as any // NOTE / TODO: This "any" is a temporary workaround: https://github.com/elastic/eui/issues/5148
}
titleProps={{
'data-test-subj': 'alertsFlyoutDescriptionListTitle',
}}
descriptionProps={{
'data-test-subj': 'alertsFlyoutDescriptionListDescription',
}}
/>
</EuiFlyoutBody>
{alertData.link && !isInApp && (
Expand Down

0 comments on commit c387a4e

Please sign in to comment.