diff --git a/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/create_step/create_step.tsx b/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/create_step/create_step.tsx index 3abf6075e0113a..3f282e88bc8997 100644 --- a/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/create_step/create_step.tsx +++ b/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/create_step/create_step.tsx @@ -8,11 +8,11 @@ import React, { FC, useState } from 'react'; import { EuiButton, - EuiCheckbox, EuiFlexGroup, EuiFlexItem, EuiFormRow, EuiSpacer, + EuiSwitch, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { CreateDataViewForm } from '@kbn/ml-data-view-utils/components/create_data_view_form_row'; @@ -91,9 +91,10 @@ export const CreateStep: FC = ({ actions, state, step, showCreateDataView } )} > -