Add loading message in response box for "Run query" action
This commit is contained in:
parent
e233e9be16
commit
7c23cd7c4c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue