Skip to content

Commit

Permalink
Remove copy+paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Jun 1, 2021
1 parent f53d9f5 commit edecb4f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export interface ReferenceEditorProps {
validation: RequiredReference;
columnId: string;
updateLayer: (
setter: IndexPatternLayer | ((prevLayer: IndexPatternLayer) => IndexPatternLayer),
shouldClose?: boolean
setter: IndexPatternLayer | ((prevLayer: IndexPatternLayer) => IndexPatternLayer)
) => void;
currentIndexPattern: IndexPattern;
existingFields: IndexPatternPrivateState['existingFields'];
Expand Down

0 comments on commit edecb4f

Please sign in to comment.