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
parent
commit
3e2763ae37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/vue/src/views/webhooks/send-attempts/components/SendAttemptModal.vue

2
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>

Loading…
Cancel
Save