From 419673e7913fd6b199cf19ef11993584a8e1bc95 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 1 Nov 2023 22:21:33 +0800 Subject: [PATCH] Add > back to prompt --- src/components/ShellView/CypherEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ShellView/CypherEditor.vue b/src/components/ShellView/CypherEditor.vue index 70691f3..7b3b8a0 100644 --- a/src/components/ShellView/CypherEditor.vue +++ b/src/components/ShellView/CypherEditor.vue @@ -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");