Don't run the response lenses if the body is the loading text
This commit is contained in:
parent
d31da4a0ec
commit
a41b6be185
1 changed files with 1 additions and 1 deletions
|
|
@ -952,7 +952,7 @@
|
|||
/>
|
||||
</li>
|
||||
</ul>
|
||||
<div v-if="response.body">
|
||||
<div v-if="response.body && response.body !== $t('loading')">
|
||||
<response-renderer :response="response" />
|
||||
</div>
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in a new issue