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 (#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: * #4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]>
- Loading branch information