From 78c637eebf05f62ff79d520d46f07c7f45b63862 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Thu, 10 Apr 2025 11:52:54 +0000 Subject: [PATCH] Fix dynamic group attribute definition errors in settings Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/56025d38-b2c7-4725-9e7d-cddfa738d421.jpg --- client/src/components/dynamic-groups/condition-builder.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/dynamic-groups/condition-builder.tsx b/client/src/components/dynamic-groups/condition-builder.tsx index 17ca43a..d6bc98f 100644 --- a/client/src/components/dynamic-groups/condition-builder.tsx +++ b/client/src/components/dynamic-groups/condition-builder.tsx @@ -448,8 +448,8 @@ const ConditionBuilder: React.FC = ({ updateCondition(index, 'attribute', e.target.value)} + value={condition.customAttribute || ''} + onChange={(e) => updateCondition(index, 'customAttribute', e.target.value)} /> )}