Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: force visualization fetch to ensure recording for offline (#3196)
The visualization request stopped being recorded after recent changes. The componentDidUpdate method was taking care of the recording, but it doesn't work as before. This change ensures the visualization is fetched when the dashboard is marked for offline so that the request is properly cached.
- Loading branch information