Update web assets
This commit is contained in:
@@ -121,7 +121,7 @@ const GraphViewer = () => {
|
||||
// All dynamic settings will be updated in GraphControl using useSetSettings
|
||||
useEffect(() => {
|
||||
setSigmaSettings(defaultSigmaSettings)
|
||||
console.log('Initialized sigma settings')
|
||||
console.log('Initialized sigma settings')
|
||||
}, [])
|
||||
|
||||
// Clean up sigma instance when component unmounts
|
||||
|
@@ -188,7 +188,7 @@ const useLightrangeGraph = () => {
|
||||
const isFetching = useGraphStore.use.isFetching()
|
||||
const nodeToExpand = useGraphStore.use.nodeToExpand()
|
||||
const nodeToPrune = useGraphStore.use.nodeToPrune()
|
||||
|
||||
|
||||
// Track previous parameters to detect actual changes
|
||||
const prevParamsRef = useRef({ queryLabel, maxQueryDepth, minDegree })
|
||||
|
||||
|
@@ -64,7 +64,7 @@ class NavigationService {
|
||||
|
||||
this.resetAllApplicationState();
|
||||
useAuthStore.getState().logout();
|
||||
|
||||
|
||||
if (this.navigate) {
|
||||
this.navigate('/login');
|
||||
}
|
||||
|
Reference in New Issue
Block a user