fix: update search placeholder for DAK-Mitarbeiter to exclude Fall-ID

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
CCS Admin 2026-03-01 15:16:03 +00:00
parent c0f78278e4
commit b77b579cff

View file

@ -203,7 +203,7 @@ export function CasesPage({ pendingIcdOnly = false }: CasesPageProps) {
<div className="relative flex-1 min-w-[200px] max-w-sm"> <div className="relative flex-1 min-w-[200px] max-w-sm">
<Search className="absolute left-3 top-1/2 -translate-y-1/2 size-4 text-muted-foreground" /> <Search className="absolute left-3 top-1/2 -translate-y-1/2 size-4 text-muted-foreground" />
<Input <Input
placeholder={isAdmin ? "Suche nach Name, Fall-ID, KVNR..." : "Suche nach Fall-ID, KVNR..."} placeholder={isAdmin ? "Suche nach Name, Fall-ID, KVNR..." : "Suche nach KVNR, Fallgruppe..."}
value={search} value={search}
onChange={(e) => handleSearchChange(e.target.value)} onChange={(e) => handleSearchChange(e.target.value)}
className="pl-9" className="pl-9"