🐛 Fixed broken use request from collections
This commit is contained in:
parent
5db9ca9786
commit
18bbe98cc6
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue