pds-dev-kit-web-test 2.5.362 → 2.5.363
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.
@@ -28,6 +28,9 @@ function createCompositions(_a) {
|
|
28
28
|
.filter(function (composition) { return !composition.isDefault; })
|
29
29
|
.map(function (composition) { return (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id); });
|
30
30
|
}
|
31
|
+
if (!compositions.length) {
|
32
|
+
return [(0, jsx_runtime_1.jsx)("div", { children: "EMPTY TEXT" }, "not-found")];
|
33
|
+
}
|
31
34
|
// 데이터 연결 유형이나, 쿼리 데이터나 키가 없는 경우
|
32
35
|
if (!queryPath || !queryData) {
|
33
36
|
return compositions
|