diff --git a/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/settings_flyout.tsx b/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/settings_flyout.tsx index cbd0b056eaaf1..eb528184e8d95 100644 --- a/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/settings_flyout.tsx +++ b/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/settings_flyout.tsx @@ -19,7 +19,6 @@ import { EuiForm, EuiFormRow, EuiFieldText, - EuiRadioGroup, EuiComboBox, } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n/react'; @@ -92,78 +91,6 @@ export const SettingFlyout: React.FunctionComponent = ({ onClose }) => { const body = ( - {}} - legend={{ - children: ( - -

- -

-
- ), - }} - /> - - {}} - legend={{ - children: ( - -

- -

-
- ), - }} - /> -