diff --git a/pages/graphql.vue b/pages/graphql.vue index 587ce674..7ac0b556 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -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