Skip to content

Commit

Permalink
import from public
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 26, 2021
1 parent 39cbc2e commit 51b465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/maps/public/components/geo_field_select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import React from 'react';
import { i18n } from '@kbn/i18n';
import { EuiFormRow } from '@elastic/eui';
import type { IndexPatternField } from 'src/plugins/data/common';
import type { IndexPatternField } from 'src/plugins/data/public';
import { SingleFieldSelect } from './single_field_select';

interface Props {
Expand Down

0 comments on commit 51b465f

Please sign in to comment.