Merged PR 1567: typo on questionnaire after jsonpath update

typo on questionnaire after jsonpath update

Related work items: #12956
This commit is contained in:
Robert Bond
2025-04-16 17:09:18 +00:00
@@ -65,7 +65,7 @@ let S78_Questionnaire = (props) => {
'$..[?(@ && @.pinswg_name=="' +
currentView.caseReference.currentReference +
'")]',
json: setCaseResultssObj,
json: setCaseDetailsObj,
eval: true,
});