Skip to content

Commit

Permalink
Add > back to prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Nov 1, 2023
1 parent e020609 commit 419673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShellView/CypherEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
this.evaluateCypher();
});
new PlaceholderContentWidget('Type your query here', this.editor);
new PlaceholderContentWidget('> Type your query here', this.editor);
},
toggleMaximize() {
this.$emit("toggleMaximize");
Expand Down

0 comments on commit 419673e

Please sign in to comment.