fix: url encoded binding

This commit is contained in:
liyasthomas
2022-01-21 23:21:23 +05:30
parent 73cccf73df
commit 1ba89a0f0b
2 changed files with 80 additions and 77 deletions

View File

@@ -51,7 +51,7 @@
</div>
<HttpBodyParameters v-if="contentType === 'multipart/form-data'" />
<HttpURLEncodedParams
v-if="contentType === 'application/x-www-form-urlencoded'"
v-else-if="contentType === 'application/x-www-form-urlencoded'"
/>
<HttpRawBody v-else-if="contentType !== null" :content-type="contentType" />
<div