Skip to content

Commit

Permalink
[ML] Show view series link in anomalies table for machine_learning_us…
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov authored Mar 6, 2020
1 parent 7f75006 commit 061dc37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export function getColumns(
defaultMessage: 'actions',
}),
render: item => {
if (showLinksMenuForItem(item) === true) {
if (showLinksMenuForItem(item, showViewSeriesLink) === true) {
return (
<LinksMenu
anomaly={item}
Expand Down

0 comments on commit 061dc37

Please sign in to comment.