From 7c23cd7c4ccbec7ac514dc827a20fa3414230444 Mon Sep 17 00:00:00 2001 From: Dmitry Yankowski Date: Mon, 24 Feb 2020 23:59:18 -0500 Subject: [PATCH] Add loading message in response box for "Run query" action --- pages/graphql.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/graphql.vue b/pages/graphql.vue index 465e5fbdb..233b16336 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -471,6 +471,7 @@ export default { const startTime = Date.now() this.$nuxt.$loading.start() + this.response = this.$t("loading") this.$store.state.postwoman.settings.SCROLL_INTO_ENABLED && this.scrollInto("response") try {