Se añadió el botón de eliminar asignatura, y se borra adecuadamente

This commit is contained in:
2025-10-21 17:05:45 -06:00
parent ce2cd6b397
commit d491100c73
5 changed files with 62 additions and 13 deletions

View File

@@ -312,6 +312,7 @@ export function CreatePlanDialog({ open, onOpenChange }: { open: boolean; onOpen
) : (
<p className="text-xs text-neutral-500">Fecha desconocida</p>
)}
{file.tags && file.tags.length > 0 && (
<div className="mt-2 flex flex-wrap gap-1.5">
{file.tags.map((tag, i) => (