Fixed error on tab switch

This commit is contained in:
Liyas Thomas
2020-03-07 20:27:47 +05:30
parent 33f5474033
commit 799c650f32

View File

@@ -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