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 ded462ce..f19312c0 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 @@ -166,7 +166,7 @@ - + {title} @@ -232,7 +232,7 @@ /> {#if isMissingRateContext} Requerida @@ -241,28 +241,12 @@ - - Tipo de Cambio (MXN/USD) - fetchFromDof(formData.date)} - > - {#if scraping} - ⟳ Consultando... - {:else} - Consultar DOF - {/if} - - + Tipo de Cambio (MXN/USD) $ @@ -270,6 +254,7 @@ id="value" type="number" step="0.0001" + lang="en" bind:value={formData.value} disabled={loading} required @@ -278,18 +263,30 @@ autofocus /> - Ej. 24.1234 + + fetchFromDof(formData.date)} + > + {#if scraping} + ⟳ Consultando... + {:else} + Consultar DOF + {/if} + + Ej. 24.1234 + - - - Cargar TC - - Ayuda + (open = false)} disabled={loading} class="w-full hover:bg-muted/50"
@@ -232,7 +232,7 @@ /> {#if isMissingRateContext}
Ej. 24.1234