fix: canListParameters prop must return

This commit is contained in:
Leonardo Matos
2020-03-20 15:58:52 -03:00
committed by GitHub
parent 9a4e64e13f
commit c370ee8018

View File

@@ -1547,7 +1547,7 @@ export default {
"text/plain",
],
canListParameters() {
this.contentType === "application/x-www-form-urlencoded"
return this.contentType === "application/x-www-form-urlencoded"
},
uri: {
get() {