diff --git a/pages/index.vue b/pages/index.vue index 9689bff61..3bbc271b2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -266,7 +266,7 @@ class="icon" @click="prettifyRequestBody()" v-tooltip="$t('prettify_body')" - v-if="this.contentType.endsWith('json')" + v-if="rawInput && this.contentType.endsWith('json')" > assistant