fix: minor UI transitions

This commit is contained in:
Liyas Thomas
2020-12-15 07:58:12 +05:30
parent afd07562b4
commit dd40df4b37
4 changed files with 18 additions and 10 deletions

View File

@@ -485,13 +485,6 @@ export default {
})
},
},
headerString() {
const result = this.headers
.filter(({ key }) => !!key)
.map(({ key, value }) => `${key}: ${value}`)
.join(",\n")
return result === "" ? "" : `${result}`
},
},
mounted() {
if (this.$store.state.gql.schemaIntrospection && this.$store.state.gql.schema) {