Skip to content

Commit

Permalink
fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 27, 2023
1 parent af51e26 commit 9fba1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import { Direction, Query } from '@elastic/eui';
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_box';
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_bar';

export type SortField =
| 'snapshot'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import useDebounce from 'react-use/lib/useDebounce';
import { FormattedMessage } from '@kbn/i18n-react';
import { i18n } from '@kbn/i18n';
import { SearchFilterConfig } from '@elastic/eui/src/components/search_bar/search_filters';
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_box';
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_bar';
import { EuiSearchBarOnChangeArgs } from '@elastic/eui/src/components/search_bar/search_bar';
import { EuiButton, EuiCallOut, EuiSearchBar, EuiSpacer, Query } from '@elastic/eui';
import { SnapshotDeleteProvider } from '../../../../components';
Expand Down

0 comments on commit 9fba1e3

Please sign in to comment.