Skip to content

Commit

Permalink
#1129 | Fix sample rule for nested report card
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Feb 19, 2024
1 parent 033a597 commit f2b42e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formDesigner/common/SampleRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const sampleCardQuery = isNested => {
// return params.db.objects('Individual').filtered("individual.voided == false && cond2")
// }
// }
// ]
// ]}
};`;
} else {
return `// Documentation - https://docs.mongodb.com/realm-legacy/docs/javascript/latest/index.html#queries
Expand Down

0 comments on commit f2b42e7

Please sign in to comment.