Admin: candidate notes preview by default
This commit is contained in:
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user