Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Embed-widget with multiple panels not showing panel headers (#2064)
This should fix embed-widget not showing the panel headers when there are multiple panels in a widget, but it's not a dashboard. The issue is embed-widget is loading the layout from `dashboardData` and the `DEFAULT_DASHBOARD_ID` stores its data in `workspaceData` while all other IDs use `dashboardData`. Tested with widget with just 1 panel, widget with multiple panels, and widget that is a dashboard.
- Loading branch information