From cb3f41b8ffb78ab3d782a0065162ac074306e736 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Fri, 6 Jun 2025 18:56:29 +0000
Subject: [PATCH] Fix Select.Item value error
The AI will address the "A must have a value prop that is not an empty string" error. It will review the code, particularly the `Select.Item` components, to ensure that the `value` prop is always populated with a non-empty string.
---
src/components/transaction/GroupSelectField.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/transaction/GroupSelectField.tsx b/src/components/transaction/GroupSelectField.tsx
index 234e736..01d4981 100644
--- a/src/components/transaction/GroupSelectField.tsx
+++ b/src/components/transaction/GroupSelectField.tsx
@@ -29,8 +29,8 @@ export function GroupSelectField({ form, grupos }: GroupSelectFieldProps) {
Grupo (Opcional)