Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix navigation bug from dashboard to dashboard (opensearch-project#5435)
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * opensearch-project#4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: Miki <[email protected]>
- Loading branch information