diff --git a/src/routes/_authenticated/carreras.tsx b/src/routes/_authenticated/carreras.tsx
index 57a98f1..c549cc4 100644
--- a/src/routes/_authenticated/carreras.tsx
+++ b/src/routes/_authenticated/carreras.tsx
@@ -134,7 +134,7 @@ function RouteComponent() {
async () => {
await qc.invalidateQueries({ queryKey: carrerasKeys.root })
router.invalidate()
- setDeleteTarget(null)
+ // setDeleteTarget(null)
}
)
@@ -248,7 +248,7 @@ function RouteComponent() {
Eliminar
- {deleteDialog}
+
)
})}
@@ -258,6 +258,8 @@ function RouteComponent() {
+ {deleteDialog}
+
{/* Crear / Editar */}