Fix graph data reloading problem after login token expired

This commit is contained in:
yangdx
2025-03-20 12:29:22 +08:00
parent 4edc680b47
commit 08ae9c5825

View File

@@ -27,6 +27,7 @@ class NavigationService {
graphStore.setGraphDataFetchAttempted(false);
graphStore.setLabelsFetchAttempted(false);
graphStore.setSigmaInstance(null);
graphStore.setIsFetching(false); // Reset isFetching state to prevent data loading issues
// Reset backend state
useBackendState.getState().clear();