-
- Downloads
Fix card filter connected to a field not causing an update (#36206)
* Rename DashboardHeaderView to match filename * Fix non updating cards on filter mapping to a field * Clean up DashboardApp tests a bit * Clean up Dashboard.jsx cruft * Add Dashboard componentDidUpdate "unit tests" * Simplify setup code as per feedback * Add test for changing dashboard prop in componentDidMount * Change constant names * Fix optional chaining in Dashboard
Showing
- frontend/src/metabase/dashboard/components/Dashboard/Dashboard.jsx 70 additions, 105 deletions...src/metabase/dashboard/components/Dashboard/Dashboard.jsx
- frontend/src/metabase/dashboard/components/Dashboard/Dashboard.unit.spec.tsx 183 additions, 0 deletions...se/dashboard/components/Dashboard/Dashboard.unit.spec.tsx
- frontend/src/metabase/dashboard/components/DashboardHeader/DashboardHeader.jsx 2 additions, 2 deletions.../dashboard/components/DashboardHeader/DashboardHeader.jsx
- frontend/src/metabase/dashboard/components/DashboardHeader/DashboardHeaderView.tsx 1 addition, 1 deletion...hboard/components/DashboardHeader/DashboardHeaderView.tsx
- frontend/src/metabase/dashboard/containers/DashboardApp/DashboardApp.unit.spec.tsx 18 additions, 28 deletions...hboard/containers/DashboardApp/DashboardApp.unit.spec.tsx
Please register or sign in to comment