diff --git a/txclient/src/app/landing/org/[oid]/HeaderEditPopup.tsx b/txclient/src/app/landing/org/[oid]/HeaderEditPopup.tsx index 2384e38..8de17a2 100644 --- a/txclient/src/app/landing/org/[oid]/HeaderEditPopup.tsx +++ b/txclient/src/app/landing/org/[oid]/HeaderEditPopup.tsx @@ -64,6 +64,7 @@ export default function HeaderEditPopup(props: HeaderEditPopupProps) { organizationHeader.setHeaderFontShadowColor(headerFontShadowColorState); alert.showSuccess("Colores actualizados"); + onSaved(); } catch (error) { const formatted = error instanceof Error ? error.message : "Error al guardar los colores"; alert.showError(formatted || "Error al guardar los colores");