test: fixed category input selection in course creation test

This commit is contained in:
Jannat Patel
2026-02-17 12:09:29 +05:30
4 changed files with 3 additions and 4 deletions

View File

@@ -149,7 +149,6 @@ const valuePropPassed = computed(() => 'value' in attrs)
watch(selectedValue, (val) => {
query.value = ''
console.log(val)
emit(valuePropPassed.value ? 'change' : 'update:modelValue', val)
})