[ML] Fixes cell popover in data frame analytics results grid (#130293)

This commit is contained in:
Pete Harverson 2022-04-15 16:35:13 +01:00 committed by GitHub
parent e61167d1b1
commit a72d157f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,6 +169,8 @@ export const DataGrid: FC<Props> = memo(
);
} else if (schema === 'featureInfluence') {
return <EuiCodeBlock isCopyable={true}>{cellContentsElement.textContent}</EuiCodeBlock>;
} else {
return <DefaultCellPopover {...popoverProps} />;
}
} else {
return <DefaultCellPopover {...popoverProps} />;