Skip to content

Commit

Permalink
Rollback #14 but keep # returns unlimited (#27)
Browse files Browse the repository at this point in the history
* Rollback #14 but keep # returns unlimited

* version-bump
  • Loading branch information
QubitPi committed Jun 11, 2024
1 parent 54b5450 commit 0500635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/browser/modules/DBMSInfo/MetaItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ const LabelItems = ({
if (labels.length) {
const editorCommandTemplate = (text: any, i: any) => {
if (i === 0) {
return 'MATCH (n)-[r]->(m) MATCH (isolatedNode) RETURN r, m, n, isolatedNode'
return 'MATCH (n) RETURN n'
}
return `MATCH (n:${escapeCypherIdentifier(text)}) RETURN n LIMIT 25`
return `MATCH (n:${escapeCypherIdentifier(text)}) RETURN n`
}
labelItems = createItems(
labels,
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neo4j-devtools-arc",
"version": "0.0.58",
"version": "0.0.59",
"main": "dist/neo4j-arc.js",
"author": "Neo4j Inc.",
"license": "GPL-3.0",
Expand Down

0 comments on commit 0500635

Please sign in to comment.