From 7b95c6da865d7d5ea213d190bdaf4b0e498a839b Mon Sep 17 00:00:00 2001 From: hreyes Date: Tue, 2 Jun 2026 10:00:34 -0600 Subject: [PATCH] fix/conceptos-detalles-corregir --- .../general_catalogs/concepts/create-edit-dialog.svelte | 5 ++++- .../routes/dashboard/general_catalogs/concepts/+page.svelte | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/dashboard/general_catalogs/concepts/create-edit-dialog.svelte b/frontend/src/lib/components/dashboard/general_catalogs/concepts/create-edit-dialog.svelte index 92df47fd..c37ba336 100644 --- a/frontend/src/lib/components/dashboard/general_catalogs/concepts/create-edit-dialog.svelte +++ b/frontend/src/lib/components/dashboard/general_catalogs/concepts/create-edit-dialog.svelte @@ -138,7 +138,10 @@ - + e.preventDefault()} + > {title} diff --git a/frontend/src/routes/dashboard/general_catalogs/concepts/+page.svelte b/frontend/src/routes/dashboard/general_catalogs/concepts/+page.svelte index 150d4a50..6477dd6a 100644 --- a/frontend/src/routes/dashboard/general_catalogs/concepts/+page.svelte +++ b/frontend/src/routes/dashboard/general_catalogs/concepts/+page.svelte @@ -11,7 +11,7 @@ import * as Card from '$lib/components/ui/card'; import { Button } from '$lib/components/ui/button'; import { Input } from '$lib/components/ui/input'; - import { Pencil, Plus, Trash2, RefreshCw } from 'lucide-svelte'; + import { Pencil, Plus, Trash2 } from 'lucide-svelte'; import { useShortcuts } from '$lib/hooks/use-shortcuts'; import { obtenerAtajosListaConceptos } from '$lib/config/shortcuts/dashboard/general_catalogs/concepts/list'; import { @@ -173,9 +173,6 @@

{m['common.sub_concepts']()}

- {#if !isError && canCreate}