Merge pull request #1809 from pateljannat/issues-143

fix: resolved the issue that appeared when adding a chapter
This commit is contained in:
Jannat Patel
2025-10-27 11:50:25 +05:30
committed by GitHub
9 changed files with 516 additions and 1881 deletions

View File

@@ -126,7 +126,7 @@ import {
Button,
toast,
} from 'frappe-ui'
import { computed, watch, reactive, ref, inject } from 'vue'
import { watch, reactive, ref, inject } from 'vue'
import Link from '@/components/Controls/Link.vue'
import { useOnboarding } from 'frappe-ui/frappe'
@@ -141,6 +141,7 @@ const existingQuestion = reactive({
question: '',
marks: 1,
})
const question = reactive({
question: '',
type: 'Choices',