Admin: candidate notes preview by default

This commit is contained in:
jeremy bayse
2026-03-22 19:49:47 +01:00
parent 7d03d52ae9
commit 732d9416f4

View File

@@ -34,7 +34,7 @@ const scoreForm = useForm({
interview_score: props.candidate.interview_score || 0, interview_score: props.candidate.interview_score || 0,
}); });
const isPreview = ref(false); const isPreview = ref(true);
const renderedNotes = computed(() => marked.parse(notesForm.notes || '')); const renderedNotes = computed(() => marked.parse(notesForm.notes || ''));
const openAttempts = ref([]); const openAttempts = ref([]);