This commit is contained in:
2026-02-09 15:03:33 -06:00
parent 4d0f5815eb
commit d74807c84e
9 changed files with 738 additions and 406 deletions

View File

@@ -29,11 +29,9 @@ import {
export function PasoDetallesPanel({
wizard,
onChange,
onGenerarIA: _onGenerarIA,
}: {
wizard: NewSubjectWizardState
onChange: React.Dispatch<React.SetStateAction<NewSubjectWizardState>>
onGenerarIA: () => void
}) {
if (wizard.tipoOrigen === 'MANUAL') {
return (
@@ -49,7 +47,7 @@ export function PasoDetallesPanel({
)
}
if (wizard.tipoOrigen === 'IA') {
if (wizard.tipoOrigen === 'IA_SIMPLE') {
return (
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-1">
@@ -148,6 +146,10 @@ export function PasoDetallesPanel({
)
}
if (wizard.tipoOrigen === 'IA_MULTIPLE') {
return <div>Hola</div>
}
if (wizard.tipoOrigen === 'CLONADO_INTERNO') {
return (
<div className="grid gap-4">