Merge pull request 'fix/agentes-aduanales-cache' (#426) from fix/agentes-aduanales-cache into development

Reviewed-on: ADUANASOFT/anexo76#426
This commit is contained in:
2026-05-22 21:39:17 +00:00
3 changed files with 4 additions and 1 deletions

View File

@@ -196,6 +196,7 @@
</Dialog.Description>
</Dialog.Header>
<form autocomplete="off" onsubmit={(e) => e.preventDefault()}>
<div class="grid gap-6 py-4">
<div class="space-y-4">
<h4 class="text-sm leading-none font-medium text-muted-foreground">Identificación</h4>
@@ -404,6 +405,7 @@
</div>
</div>
</div>
</form>
<Dialog.Footer>
<Button variant="outline" onclick={() => (open = false)} disabled={loading}>Cancelar</Button>

View File

@@ -183,7 +183,7 @@
</Dialog.Description>
</Dialog.Header>
<form onsubmit={handleSubmit} class="space-y-6">
<form onsubmit={handleSubmit} autocomplete="off" class="space-y-6">
{#if error}
<div
class="rounded-lg border border-destructive bg-destructive/10 p-3 text-sm text-destructive"

View File

@@ -459,6 +459,7 @@
e.preventDefault();
handleSave();
}}
autocomplete="off"
>
<!-- Tab: General -->
<Tabs.Content value="general">