+
+
+ {!isLogical && (
+ <>
+
+
+ {condition.operator !== LdapOperator.PRESENT && (
+
{
+ const updatedCondition = { ...condition, value: e.target.value };
+ const newFilter = handleConditionChange(updatedCondition, path);
+ onChange({ ...value, filter: newFilter });
+ }}
+ />
+ )}
+ >
+ )}
+
+ {path.length > 0 && (
+
+ )}
+