From 18bbe98cc63694929a6cb56c217322c70fd4f727 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 3 Nov 2019 01:44:56 +0530 Subject: [PATCH] :bug: Fixed broken use request from collections --- pages/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 79ad70c74..680241658 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -763,7 +763,6 @@ export default { this.url = newValue.url; this.path = newValue.path; this.method = newValue.method; - this.label = newValue.label; this.auth = newValue.auth; this.httpUser = newValue.httpUser; this.httpPassword = newValue.httpPassword;