fix(registratura): remove intern direction — only intrat/iesit are valid

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-10 08:01:29 +02:00
parent a0dd35a066
commit 6786ac07d1
7 changed files with 4 additions and 31 deletions
@@ -2,7 +2,6 @@
import {
ArrowDownToLine,
ArrowRightLeft,
ArrowUpFromLine,
Calendar,
CheckCircle2,
@@ -65,12 +64,6 @@ const DIRECTION_CONFIG = {
class:
"bg-orange-100 text-orange-800 dark:bg-orange-900/40 dark:text-orange-300",
},
intern: {
label: "Intern",
icon: ArrowRightLeft,
class:
"bg-purple-100 text-purple-800 dark:bg-purple-900/40 dark:text-purple-300",
},
} as const;
const STATUS_CONFIG = {