mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 14:53:41 +00:00
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:
parent
c0f78278e4
commit
b77b579cff
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ export function CasesPage({ pendingIcdOnly = false }: CasesPageProps) {
|
|||
<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" />
|
||||
<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}
|
||||
onChange={(e) => handleSearchChange(e.target.value)}
|
||||
className="pl-9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue