This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch hydrate_datasetsStatus
in repository https://gitbox.apache.org/repos/asf/superset.git

commit a0c37c6494f50dc488d1298e80aa75df5a567616
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Feb 10 16:27:00 2025 -0500

    fix: hidrate datasetsStatus
---
 superset-frontend/src/dashboard/actions/hydrate.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/actions/hydrate.js 
b/superset-frontend/src/dashboard/actions/hydrate.js
index 55754b1c27..693e208fea 100644
--- a/superset-frontend/src/dashboard/actions/hydrate.js
+++ b/superset-frontend/src/dashboard/actions/hydrate.js
@@ -310,7 +310,8 @@ export const hydrateDashboard =
           isRefreshing: false,
           isFiltersRefreshing: false,
           activeTabs: activeTabs || dashboardState?.activeTabs || [],
-          datasetsStatus: ResourceStatus.Loading,
+          datasetsStatus:
+            dashboardState?.datasetsStatus || ResourceStatus.Loading,
         },
         dashboardLayout,
       },

Reply via email to