Merge branch 'Development' into SIPS-Sprint-5-dev-merge-csp

This commit is contained in:
2025-04-16 15:46:10 +01:00
60 changed files with 493 additions and 305 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ let Home = (props) => {
let optionsStr = props.appealType.appealTypeOptions.value || {};
let selectedObj = jsonpath({
path: "$..[?(@.attributevalue=='" + router.query.apt + "')]",
path: "$..[?(@ && @.attributevalue=='" + router.query.apt + "')]",
json: optionsStr,
eval: true,
});