Fix graph data reloading problem after login token expired
This commit is contained in:
@@ -27,6 +27,7 @@ class NavigationService {
|
|||||||
graphStore.setGraphDataFetchAttempted(false);
|
graphStore.setGraphDataFetchAttempted(false);
|
||||||
graphStore.setLabelsFetchAttempted(false);
|
graphStore.setLabelsFetchAttempted(false);
|
||||||
graphStore.setSigmaInstance(null);
|
graphStore.setSigmaInstance(null);
|
||||||
|
graphStore.setIsFetching(false); // Reset isFetching state to prevent data loading issues
|
||||||
|
|
||||||
// Reset backend state
|
// Reset backend state
|
||||||
useBackendState.getState().clear();
|
useBackendState.getState().clear();
|
||||||
|
Reference in New Issue
Block a user