fix: broken expand / collapse graphql history card
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user