AI Analysis: persist analysis on candidate profile
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user