fix: broken expand / collapse graphql history card
This commit is contained in:
parent
872ba2d48e
commit
1e6e826426
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue