From 1e6e8264266b5a038a020c496bcfc143ae2525db Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 15 Aug 2021 12:16:33 +0530 Subject: [PATCH] fix: broken expand / collapse graphql history card --- components/history/graphql/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/history/graphql/Card.vue b/components/history/graphql/Card.vue index 5e7c14763..a5bba2443 100644 --- a/components/history/graphql/Card.vue +++ b/components/history/graphql/Card.vue @@ -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")