🐛 Fixed broken use request from collections

This commit is contained in:
liyasthomas
2019-11-03 01:44:56 +05:30
parent 5db9ca9786
commit 18bbe98cc6

View File

@@ -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;