@integry/sdk 4.6.62 → 4.6.63

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.6.62",
3
+ "version": "4.6.63",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -285,7 +285,7 @@ const ListBox = (props: ListBoxProps) => {
285
285
  setLoading(true);
286
286
  let data;
287
287
  try {
288
- if (endpointUrl.indexOf('/functions/') !== -1) {
288
+ if (endpointData) {
289
289
  data = JSON.parse(endpointData) || {};
290
290
  } else {
291
291
  data = {};