We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6309b7 commit 3bf1753Copy full SHA for 3bf1753
frontend/src/components/Content.tsx
@@ -616,7 +616,7 @@ const Content: React.FC<ContentProps> = ({
616
)}
617
{isSchema ? (
618
<span className='n-body-small'>
619
- {(!selectedNodes.length || !selectedNodes.length) && 'Empty'} Graph Schema configured{' '}
+ {(!selectedNodes.length || !selectedNodes.length) && 'Empty'} Graph Schema configured
620
{selectedNodes.length || selectedRels.length
621
? `(${selectedNodes.length} Labels + ${selectedRels.length} Rel Types)`
622
: ''}
0 commit comments