From c370ee8018b0fe0f0c3da15b2d357e659d9efbb4 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 20 Mar 2020 15:58:52 -0300 Subject: [PATCH] fix: `canListParameters` prop must return --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index a9541abf0..ba59c9a6f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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() {