Skip to content

Commit

Permalink
Fix dashboard to dashboard navigation error
Browse files Browse the repository at this point in the history
Fix navigation error when loading one dashboard directly from another dashboard. Added a id to trigger
re-rendering of the dashboard viewport.

Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 committed Nov 20, 2023
1 parent fbee3cd commit 99f28f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export class DashboardContainer extends Container<InheritedChildInput, Dashboard
<I18nProvider>
<OpenSearchDashboardsContextProvider services={this.options}>
<DashboardViewport
key={this.id}
renderEmpty={this.renderEmpty}
container={this}
PanelComponent={this.embeddablePanel}
Expand Down

0 comments on commit 99f28f6

Please sign in to comment.