Skip to content

Commit

Permalink
Lens: pass indexPatternId prop to ChangeIndexPattern to di… (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored and timductive committed Dec 16, 2019
1 parent e9f93d6 commit 7812d65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export const InnerIndexPatternDataPanel = function InnerIndexPatternDataPanel({
'data-test-subj': 'indexPattern-switch-link',
className: 'lnsInnerIndexPatternDataPanel__triggerButton',
}}
indexPatternId={currentIndexPatternId}
indexPatternRefs={indexPatternRefs}
onChangeIndexPattern={(newId: string) => {
onChangeIndexPattern(newId);
Expand Down

0 comments on commit 7812d65

Please sign in to comment.