fix: assignment submission issue

This commit is contained in:
Jannat Patel
2026-02-24 12:02:10 +05:30
parent b77c4867e1
commit bf19ebd3a8
8 changed files with 141 additions and 162 deletions

View File

@@ -64,8 +64,8 @@
import { Dialog, FormControl } from 'frappe-ui'
import { nextTick, onMounted, ref } from 'vue'
import { useRoute } from 'vue-router'
import { Link } from 'frappe-ui/frappe'
import { getLmsRoute } from '@/utils/basePath'
import Link from '@/components/Controls/Link.vue'
const show = ref(false)
const quiz = ref(null)