diff --git a/resources/js/Pages/Admin/Candidates/Show.vue b/resources/js/Pages/Admin/Candidates/Show.vue index b9e0cd9..d37c021 100644 --- a/resources/js/Pages/Admin/Candidates/Show.vue +++ b/resources/js/Pages/Admin/Candidates/Show.vue @@ -34,7 +34,7 @@ const scoreForm = useForm({ interview_score: props.candidate.interview_score || 0, }); -const isPreview = ref(false); +const isPreview = ref(true); const renderedNotes = computed(() => marked.parse(notesForm.notes || '')); const openAttempts = ref([]);