Skip to content

Commit

Permalink
restored switchViewMode for DashboardViewport
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Dec 14, 2020
1 parent 8f26e06 commit ceae277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export class DashboardContainer extends Container<InheritedChildInput, Dashboard
ReactDOM.render(
<I18nProvider>
<KibanaContextProvider services={this.services}>
<DashboardViewport container={this} />
<DashboardViewport container={this} switchViewMode={this.switchViewMode} />
</KibanaContextProvider>
</I18nProvider>,
dom
Expand Down

0 comments on commit ceae277

Please sign in to comment.