fix: torna handleTransferStudent async para corrigir build

This commit is contained in:
Sidney 2026-05-25 19:05:01 -03:00
parent 7e05ef11dd
commit a0810b691a
1 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ const Students: React.FC<StudentsProps> = ({ data, updateData, deepLinkStudentId
);
};
const handleTransferStudent = () => {
const handleTransferStudent = async () => {
if (!transferringStudent || !newClassId) return;
const updatedStudents = dbStudents.map(s =>