mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Fixes cell popover in data frame analytics results grid (#130293)
This commit is contained in:
parent
e61167d1b1
commit
a72d157f38
1 changed files with 2 additions and 0 deletions
|
@ -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} />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue