Back to Changelog
v4.5.150
Migration Dashboard no longer flickers on mount due to duplicate API calls
Bug Fix
1- Migration Dashboard (/backup/migration) no longer flickers on mount. The dashboard load was being invoked twice — once by the Migration context provider and once by the Dashboard component itself — causing 4 parallel API requests and a re-render storm each time the route mounted or auth refreshed. Removed the duplicate component-level invocation; the context single mount-time call is now the sole source. Manual refresh button on the dashboard is unaffected.