Se habilito buscar por fecha del usuario

This commit is contained in:
2026-01-23 10:48:45 -06:00
parent b8045d73e6
commit c2650ac4f2

View File

@@ -197,7 +197,7 @@
id="date"
type="date"
bind:value={formData.date}
disabled={loading || (isMissingRateContext && !!initialDate)}
disabled={loading}
required
class="pl-3 h-11 text-base bg-muted/30 focus:bg-background transition-colors"
/>