Checkpoint: Correction du bug FormateurCombobox manquant
✅ **Problème résolu** - Le fichier FormateurCombobox.tsx avait été perdu lors d'une manipulation précédente - Fichier recréé avec toutes les fonctionnalités : * Autocomplétion avec recherche en temps réel * Ajout rapide de nouveaux formateurs depuis le composant * Intégration complète avec tRPC ✅ **Import corrigé** - Import ajouté dans AdminSequences.tsx - Serveur redémarré pour détecter le nouveau fichier Le formulaire de modification des séquences fonctionne maintenant correctement avec le champ formateur.
This commit is contained in:
@@ -9,6 +9,7 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@
|
||||
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table";
|
||||
import { trpc } from "@/lib/trpc";
|
||||
import { Calendar, Edit, Eye, Plus, Trash2, X } from "lucide-react";
|
||||
import FormateurCombobox from "@/components/FormateurCombobox";
|
||||
import { toast } from "sonner";
|
||||
import { useLocation } from "wouter";
|
||||
import { format } from "date-fns";
|
||||
|
||||
Reference in New Issue
Block a user