diff --git a/src/pages/master/walletRule/blocks/EditDialog.tsx b/src/pages/master/walletRule/blocks/EditDialog.tsx
index 02c9435..127df2a 100644
--- a/src/pages/master/walletRule/blocks/EditDialog.tsx
+++ b/src/pages/master/walletRule/blocks/EditDialog.tsx
@@ -223,7 +223,7 @@ const EditDialog = () => {
onValueChange={(value) => setFormField({ ...formField, id_wallet: value })}
>
-
+
{wallets.map((wallet) => (
@@ -241,39 +241,21 @@ const EditDialog = () => {
-
-
-
-
-
-
-
-
- No Group found.
-
- {groups.map((group) => (
- {
- setFormField({
- ...formField,
- id_group: group.ID
- });
- setOpen(false);
- }}
- >
- {group.name}
-
- ))}
-
-
-
-
-
+