fix: fix build failure

This commit is contained in:
rehanrehman389
2026-01-02 12:33:09 +05:30
parent b1c8e01bf5
commit ea9975db2c

View File

@@ -112,7 +112,12 @@
}"
>
<template #body-content>
<FormControl v-model="title" :label="__('Title')" type="text" @keydown.enter="insertQuiz(() => showForm = false)" />
<FormControl
v-model="title"
:label="__('Title')"
type="text"
@keydown.enter="insertQuiz(() => (showForm = false))"
/>
</template>
</Dialog>
</template>