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)} /> )}