fix: canListParameters prop must return
This commit is contained in:
@@ -1547,7 +1547,7 @@ export default {
|
|||||||
"text/plain",
|
"text/plain",
|
||||||
],
|
],
|
||||||
canListParameters() {
|
canListParameters() {
|
||||||
this.contentType === "application/x-www-form-urlencoded"
|
return this.contentType === "application/x-www-form-urlencoded"
|
||||||
},
|
},
|
||||||
uri: {
|
uri: {
|
||||||
get() {
|
get() {
|
||||||
|
|||||||
Reference in New Issue
Block a user