Skip to content

Commit

Permalink
🏷️ fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Nov 20, 2020
1 parent 3dad985 commit 5749f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/lens/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface EditorFrameProps {
filterableIndexPatterns: string[];
doc: Document;
isSaveable: boolean;
activeData: Record<string, Datatable> | undefined;
activeData?: Record<string, Datatable>;
}) => void;
showNoDataPopover: () => void;
}
Expand Down

0 comments on commit 5749f32

Please sign in to comment.