@team-monolith/cds 1.69.0 → 1.69.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.
|
@@ -63,15 +63,6 @@ export class ProblemSelectNode extends DecoratorNode {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exportJSON() {
|
|
66
|
-
// 서버에서 hasMultipleSolutions를 보내주지 않으면 없는 채로 내보냅니다.
|
|
67
|
-
if (this.__hasMultipleSolutions === undefined) {
|
|
68
|
-
return {
|
|
69
|
-
type: "problem-select",
|
|
70
|
-
version: 1,
|
|
71
|
-
selections: this.__selections,
|
|
72
|
-
selected: this.__selected,
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
66
|
// 서버에서 hasMultipleSolutions를 보내주면 같이 내보냅니다.
|
|
76
67
|
return {
|
|
77
68
|
type: "problem-select",
|