mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-26 08:33:55 +00:00
Fix linting
This commit is contained in:
parent
a752a58b88
commit
9969bf102d
@ -63,9 +63,9 @@ const GraphLabels = () => {
|
|||||||
// 2. Current label is not the default '*'
|
// 2. Current label is not the default '*'
|
||||||
// 3. Current label doesn't exist in allDatabaseLabels
|
// 3. Current label doesn't exist in allDatabaseLabels
|
||||||
if (
|
if (
|
||||||
allDatabaseLabels.length > 1 &&
|
allDatabaseLabels.length > 1 &&
|
||||||
label &&
|
label &&
|
||||||
label !== '*' &&
|
label !== '*' &&
|
||||||
!allDatabaseLabels.includes(label)
|
!allDatabaseLabels.includes(label)
|
||||||
) {
|
) {
|
||||||
console.log(`Label "${label}" not found in available labels, resetting to default`);
|
console.log(`Label "${label}" not found in available labels, resetting to default`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user