pds-dev-kit-web-test 2.7.574 → 2.7.575

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.
@@ -123,11 +123,14 @@ function Image(props) {
123
123
  }
124
124
  if (!Object.prototype.hasOwnProperty.call(queryContext.queryData, CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA)) {
125
125
  if (mode === 'EDIT') {
126
- return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
126
+ return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10478" });
127
127
  }
128
128
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
129
129
  }
130
130
  var value = queryContext.queryData[CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA];
131
+ if (value === '') {
132
+ return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
133
+ }
131
134
  if (!value) {
132
135
  return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10478" });
133
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.574",
3
+ "version": "2.7.575",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",