bugs arreglados de FileDropZone

This commit is contained in:
2026-01-08 17:14:29 -06:00
parent cddc676f7d
commit b9c809e648
8 changed files with 402 additions and 193 deletions

View File

@@ -31,12 +31,25 @@ export type NewPlanWizardState = {
clonInterno?: { planOrigenId: string | null };
clonTradicional?: {
archivoWordPlanId:
| { id: string; name: string; size: string; type: string }
| {
id: string;
name: string;
size: string;
type: string;
}
| null;
archivoMapaExcelId:
| string
| null;
archivoAsignaturasExcelId: string | null;
archivoMapaExcelId: {
id: string;
name: string;
size: string;
type: string;
} | null;
archivoAsignaturasExcelId: {
id: string;
name: string;
size: string;
type: string;
} | null;
};
iaConfig?: {
descripcionEnfoque: string;