Skip to content

Commit

Permalink
Merged elastic#72256 and elastic#74253 in order to test panel reactiv…
Browse files Browse the repository at this point in the history
…ity for by value embeddables
  • Loading branch information
ThomThomson committed Aug 17, 2020
1 parent 09381f3 commit 9562949
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ export class DashboardContainer extends Container<InheritedChildInput, Dashboard
explicitInput: {
...explicitInput,
// TS does not catch up with the typeguard above, so it needs to be explicit
id: explicitInput.id,
id: idToReplace,
},
});
} else {
return this.addNewEmbeddable<EEI, EEO, E>(type, explicitInput);
}
return this.addNewEmbeddable<EEI, EEO, E>(type, explicitInput);
}

public render(dom: HTMLElement) {
Expand Down

0 comments on commit 9562949

Please sign in to comment.