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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {