@ixo/editor 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8293,7 +8293,7 @@ var ClaimsList = ({ collectionId, collectionName, deedId, adminAddress, onEvalua
|
|
|
8293
8293
|
model.questionsOnPageMode = "singlePage";
|
|
8294
8294
|
model.mode = "display";
|
|
8295
8295
|
if (claimData) {
|
|
8296
|
-
model.data = claimData;
|
|
8296
|
+
model.data = claimData?.credentialSubject ?? claimData;
|
|
8297
8297
|
}
|
|
8298
8298
|
return model;
|
|
8299
8299
|
}, [surveyJson, claimData]);
|
|
@@ -26147,7 +26147,7 @@ var EvaluateClaimFlowDetail = ({
|
|
|
26147
26147
|
model.showQuestionNumbers = "off";
|
|
26148
26148
|
model.questionsOnPageMode = "singlePage";
|
|
26149
26149
|
model.mode = "display";
|
|
26150
|
-
model.data = claimData;
|
|
26150
|
+
model.data = claimData?.credentialSubject ?? claimData;
|
|
26151
26151
|
return model;
|
|
26152
26152
|
}, [surveyJson, claimData]);
|
|
26153
26153
|
const outcomeSurveyModel = useMemo98(() => {
|
|
@@ -34478,4 +34478,4 @@ export {
|
|
|
34478
34478
|
getExtraSlashMenuItems,
|
|
34479
34479
|
useCreateIxoEditor
|
|
34480
34480
|
};
|
|
34481
|
-
//# sourceMappingURL=chunk-
|
|
34481
|
+
//# sourceMappingURL=chunk-RHA5USCG.mjs.map
|