AI Analysis: persist analysis on candidate profile

This commit is contained in:
jeremy bayse
2026-03-22 22:32:10 +01:00
parent 6c1f6af523
commit 33fcdcac3d
4 changed files with 40 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ const updateAnswerScore = (answerId, score) => {
});
};
const aiAnalysis = ref(null);
const aiAnalysis = ref(props.candidate.ai_analysis || null);
const isAnalyzing = ref(false);
const runAI = async () => {