diff --git a/frontend/src/lib/components/dashboard/exchange_rate/create-edit-dialog.svelte b/frontend/src/lib/components/dashboard/exchange_rate/create-edit-dialog.svelte index 2b32120d..2e23c655 100644 --- a/frontend/src/lib/components/dashboard/exchange_rate/create-edit-dialog.svelte +++ b/frontend/src/lib/components/dashboard/exchange_rate/create-edit-dialog.svelte @@ -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" />