From 0cec1b977a70e5c9dce0b3f11be9c16e8d4ee20a Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 18 Jan 2020 04:42:50 -0500 Subject: [PATCH] QueryEditor parses query on mount --- components/graphql/queryeditor.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/graphql/queryeditor.vue b/components/graphql/queryeditor.vue index f44044e0f..46c21048b 100644 --- a/components/graphql/queryeditor.vue +++ b/components/graphql/queryeditor.vue @@ -76,6 +76,8 @@ export default { this.cacheValue = content; }); + + this.parseContents(this.value); }, methods: {