Fixed error on tab switch
This commit is contained in:
parent
33f5474033
commit
799c650f32
1 changed files with 1 additions and 2 deletions
|
|
@ -427,8 +427,7 @@ export default {
|
|||
this.$refs.queryEditor.prettifyQuery()
|
||||
},
|
||||
handleJumpToType(type) {
|
||||
const typesTab = document.getElementById("gqltypes-tab")
|
||||
typesTab.checked = true
|
||||
// TODO: switch to gqltypes tab
|
||||
|
||||
const rootTypeName = this.resolveRootType(type).name
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue