fix: broken expand / collapse graphql history card

This commit is contained in:
liyasthomas
2021-08-15 12:16:33 +05:30
parent 872ba2d48e
commit 1e6e826426

View File

@@ -73,7 +73,7 @@ export default defineComponent({
const expand = ref(false)
const query = computed(() =>
expand
expand.value
? (props.entry.query.split("\n") as string[])
: (props.entry.query
.split("\n")