Don't run the response lenses if the body is the loading text
This commit is contained in:
@@ -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>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user