Skip to content

Commit

Permalink
feat(ConditionBuilder): adding test cases and issue fixes (#5685)
Browse files Browse the repository at this point in the history
* feat(ConditionBuilder): adding testcases and issue fixes

* feat(ConditionBuilder): adding testcases for tree variant
  • Loading branch information
amal-k-joy committed Jul 17, 2024
1 parent 96507a2 commit 9b0d58d
Show file tree
Hide file tree
Showing 8 changed files with 1,314 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const getOptions = async (conditionState, { property }) => {
}
};
const requiredProps = {
startConditionLabel: 'Add Condition',
startConditionLabel: 'Add condition',
popOverSearchThreshold: 4,
getConditionState: (rootState) => {
console.log(rootState);
Expand Down
Loading

0 comments on commit 9b0d58d

Please sign in to comment.