diff --git a/frontend/src/components/JobCard.vue b/frontend/src/components/JobCard.vue index ce4de8a9..a910df41 100644 --- a/frontend/src/components/JobCard.vue +++ b/frontend/src/components/JobCard.vue @@ -3,7 +3,7 @@ class="flex flex-col border rounded-md p-3 h-full hover:border-outline-gray-3" >
-
+
{{ job.company_name }}
diff --git a/frontend/src/components/Modals/Question.vue b/frontend/src/components/Modals/Question.vue index bfaf3239..221ac0ee 100644 --- a/frontend/src/components/Modals/Question.vue +++ b/frontend/src/components/Modals/Question.vue @@ -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', diff --git a/frontend/src/pages/CourseForm.vue b/frontend/src/pages/CourseForm.vue index 235bacda..fb9b461d 100644 --- a/frontend/src/pages/CourseForm.vue +++ b/frontend/src/pages/CourseForm.vue @@ -329,7 +329,6 @@