feat: secu migrate to user uuid

This commit is contained in:
Julien Froidefond
2025-08-21 13:54:13 +02:00
parent ef16c73625
commit 578f0858e8
12 changed files with 532 additions and 70 deletions

View File

@@ -13,7 +13,7 @@ import {
} from "@/lib/evaluation-actions";
interface EvaluationClientWrapperProps {
userEvaluation: UserEvaluation;
userEvaluation: UserEvaluation | null;
teams: Team[];
children: React.ReactNode;
}