Add loading message in response box for "Run query" action

This commit is contained in:
Dmitry Yankowski
2020-02-24 23:59:18 -05:00
parent e233e9be16
commit 7c23cd7c4c

View File

@@ -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 {