refactor: stick with the enforced style
This commit is contained in:
@@ -1504,8 +1504,11 @@ export default {
|
|||||||
this.rawInput = !this.knownContentTypes.includes(val);
|
this.rawInput = !this.knownContentTypes.includes(val);
|
||||||
},
|
},
|
||||||
rawInput(status) {
|
rawInput(status) {
|
||||||
if (status && this.rawParams === "") this.rawParams = "{}";
|
if (status && this.rawParams === "") {
|
||||||
else this.setRouteQueryState();
|
this.rawParams = "{}";
|
||||||
|
} else {
|
||||||
|
this.setRouteQueryState();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"response.body": function(val) {
|
"response.body": function(val) {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user