Merge branch 'master' into gql/editor-updates
This commit is contained in:
commit
88e7f35995
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ export default {
|
|||
headers[header.key] = header.value
|
||||
})
|
||||
|
||||
let variables = JSON.parse(this.variableString)
|
||||
let variables = JSON.parse(this.variableString || "{}")
|
||||
|
||||
const gqlQueryString = this.gqlQueryString
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue