Skip to content

Commit

Permalink
[ML] Fix data subject
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 10, 2020
1 parent 688481b commit 5ec5e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const DataFrameAnalyticsList: FC<Props> = ({
};

return (
<div data-test-subj="mlAnalyticsJobList EuiInMemoryTable">
<div data-test-subj="mlAnalyticsJobList">
{modals}
{!isManagementTable && <EuiSpacer size="m" />}
<EuiFlexGroup justifyContent="spaceBetween">
Expand Down

0 comments on commit 5ec5e45

Please sign in to comment.