refactor: object shorthand
This commit is contained in:
parent
f2f097bb7e
commit
9ecec8ce17
2 changed files with 2 additions and 2 deletions
|
|
@ -365,7 +365,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
schemaString: "",
|
||||
commonHeaders: commonHeaders,
|
||||
commonHeaders,
|
||||
queryFields: [],
|
||||
mutationFields: [],
|
||||
subscriptionFields: [],
|
||||
|
|
|
|||
|
|
@ -1498,7 +1498,7 @@ export default {
|
|||
"text/plain"
|
||||
],
|
||||
|
||||
commonHeaders: commonHeaders,
|
||||
commonHeaders,
|
||||
|
||||
showRequestModal: false,
|
||||
editRequest: {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue