🐛 Fixed broken use request from collections
This commit is contained in:
@@ -763,7 +763,6 @@ export default {
|
|||||||
this.url = newValue.url;
|
this.url = newValue.url;
|
||||||
this.path = newValue.path;
|
this.path = newValue.path;
|
||||||
this.method = newValue.method;
|
this.method = newValue.method;
|
||||||
this.label = newValue.label;
|
|
||||||
this.auth = newValue.auth;
|
this.auth = newValue.auth;
|
||||||
this.httpUser = newValue.httpUser;
|
this.httpUser = newValue.httpUser;
|
||||||
this.httpPassword = newValue.httpPassword;
|
this.httpPassword = newValue.httpPassword;
|
||||||
|
|||||||
Reference in New Issue
Block a user