From 3b568ce00c670ecaf12c1a8da7aa5fc09f188f9c Mon Sep 17 00:00:00 2001
From: Javier Marcos <1271349+javuto@users.noreply.github.com>
Date: Fri, 17 Jul 2026 18:29:04 +0200
Subject: [PATCH] Full text area for all components of configuration
---
frontend/src/features/enrollment/AssembledConfigCard.tsx | 2 +-
frontend/src/features/environments/EnvConfigPage.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/features/enrollment/AssembledConfigCard.tsx b/frontend/src/features/enrollment/AssembledConfigCard.tsx
index 6e54f8f6..117d24a4 100644
--- a/frontend/src/features/enrollment/AssembledConfigCard.tsx
+++ b/frontend/src/features/enrollment/AssembledConfigCard.tsx
@@ -127,7 +127,7 @@ export function AssembledConfigCard({ env }: { env: string }) {