Browse Source
Merge pull request #563 from colinin/5.2.0
fix spelling errors
pull/580/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/vue/src/views/webhooks/send-attempts/components/SendAttemptModal.vue
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<Tag v-if="modelRef.responseStatusCode" :color="getHttpStatusColor(modelRef.responseStatusCode)">{{ httpStatusCodeMap[modelRef.responseStatusCode] }}</Tag> |
|
|
|
</FormItem> |
|
|
|
<FormItem :label="L('DisplayName:Response')"> |
|
|
|
<Textarea readonly v-model:value="modelRef.response" :auto-size="{ minRows: 10 }" /> |
|
|
|
<TextArea readonly v-model:value="modelRef.response" :auto-size="{ minRows: 10 }" /> |
|
|
|
</FormItem> |
|
|
|
</TabPane> |
|
|
|
|
|
|
|
|