Skip to content

Commit

Permalink
use IndexPattern instead of IIndexPattern (elastic#107223)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mattkime and kibanamachine committed Aug 2, 2021
1 parent c357330 commit a889f62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { FormattedMessage } from '@kbn/i18n/react';
import { OverlayStart, HttpStart, IBasePath } from 'src/core/public';
import {
IndexPatternsContract,
IIndexPattern,
IndexPattern,
DataPublicPluginStart,
} from '../../../../../data/public';
import {
Expand Down Expand Up @@ -86,7 +86,7 @@ export interface FlyoutState {
error?: string;
file?: File;
importCount: number;
indexPatterns?: IIndexPattern[];
indexPatterns?: IndexPattern[];
importMode: ImportMode;
loadingMessage?: string;
isLegacyFile: boolean;
Expand Down

0 comments on commit a889f62

Please sign in to comment.