Fix graph data reloading problem after login token expired
This commit is contained in:
parent
4edc680b47
commit
08ae9c5825
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue