Compare commits
2 Commits
2185901c7a
...
4d8f7d7b41
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d8f7d7b41 | |||
| 36a369a207 |
@@ -81,7 +81,7 @@ export function WizardControls({
|
||||
console.log(`${new Date().toISOString()} - Plan IA generado`, data)
|
||||
|
||||
navigate({
|
||||
to: `/planes/${data.plan.id}/datos`,
|
||||
to: `/planes/${data.plan.id}`,
|
||||
state: { showConfetti: true },
|
||||
})
|
||||
return
|
||||
@@ -101,7 +101,7 @@ export function WizardControls({
|
||||
|
||||
// Navegar al nuevo plan
|
||||
navigate({
|
||||
to: `/planes/${plan.id}/datos`,
|
||||
to: `/planes/${plan.id}`,
|
||||
state: { showConfetti: true },
|
||||
})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user