Skip to content

Commit

Permalink
update SOM
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jun 25, 2020
1 parent 80905b7 commit a58916d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@
*/

import React, { PureComponent } from 'react';
import {
EuiFieldNumber,
EuiFieldText,
EuiFormRow,
EuiSwitch,
// @ts-ignore
EuiCodeEditor,
} from '@elastic/eui';
import { EuiFieldNumber, EuiFieldText, EuiFormRow, EuiSwitch, EuiCodeEditor } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { FieldState, FieldType } from '../../types';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
EuiForm,
EuiFormRow,
EuiSwitch,
// @ts-ignore
EuiFilePicker,
EuiInMemoryTable,
EuiSelect,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import React from 'react';
import { shallowWithI18nProvider, mountWithI18nProvider } from 'test_utils/enzyme_helpers';
// @ts-ignore
// @ts-expect-error
import { findTestSubject } from '@elastic/eui/lib/test';
import { keyCodes } from '@elastic/eui';
import { httpServiceMock } from '../../../../../../core/public/mocks';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import { IBasePath } from 'src/core/public';
import React, { PureComponent, Fragment } from 'react';
import {
// @ts-ignore
EuiSearchBar,
EuiBasicTable,
EuiButton,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import React, { Component } from 'react';
import { debounce } from 'lodash';
// @ts-ignore
// @ts-expect-error
import { saveAs } from '@elastic/filesaver';
import {
EuiSpacer,
Expand Down

0 comments on commit a58916d

Please sign in to comment.