feature/alerta-no-registros-agentes-clientes

This commit is contained in:
hreyes
2026-03-03 12:58:33 -07:00
parent 3e0072897d
commit ae23a080ba
11 changed files with 221 additions and 18 deletions

View File

@@ -85,7 +85,6 @@
bind:this={searchInputRef}
value={searchQuery}
placeholder={searchPlaceholder}
autofocus={autoFocusSearch}
class="placeholder:text-muted-foreground flex h-8 w-full rounded-md border border-input bg-background px-3 py-1 text-sm outline-none focus:border-ring focus:ring-1 focus:ring-ring"
oninput={(event) => updateQuery((event.currentTarget as HTMLInputElement).value)}
onclick={(e) => e.stopPropagation()}