fix: evaluation issues

This commit is contained in:
Jannat Patel
2025-11-10 11:24:43 +05:30
parent b7144727e9
commit 85d793ee64
5 changed files with 8 additions and 9 deletions

View File

@@ -189,6 +189,8 @@ const user = inject('$user')
const dayjs = inject('$dayjs')
const tabIndex = ref(0)
const showCertification = ref(false)
const evaluation = reactive({})
const certificate = reactive({})
const props = defineProps({
event: {
@@ -197,9 +199,6 @@ const props = defineProps({
},
})
const evaluation = reactive({})
const certificate = reactive({})
watch(user, () => {
if (userIsEvaluator()) {
defaultTemplate.reload()