Skip to content

Commit

Permalink
Merge pull request #40 from neo4j-labs/feature/chatbot-enhancements
Browse files Browse the repository at this point in the history
Fix eslint
  • Loading branch information
msenechal authored Jan 8, 2025
2 parents 2122d93 + 52e2612 commit 6bdf315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/shared/components/RetrievalInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function RetrievalInformation(props: RetrievalProps) {
ref={nvl}
nodes={nodes}
rels={rels}
onClick={(evt) => console.log('custom click event', evt)}
onClick={() => null}
mouseEventCallbacks={mouseEventCallbacks}
nvlOptions={{
initialZoom: 2,
Expand Down

0 comments on commit 6bdf315

Please sign in to comment.