Fix linting

This commit is contained in:
yangdx
2025-04-06 14:57:21 +08:00
parent df0594852a
commit 11b93f1a25
2 changed files with 4 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ const fetchGraph = async (label: string, maxDepth: number, maxNodes: number) =>
// Continue with graph fetch even if labels fetch fails
}
}
// Trigger GraphLabels component to check if the label is valid
// console.log('Setting labelsFetchAttempted to true');
useGraphStore.getState().setLabelsFetchAttempted(true)