@friggframework/ui 2.0.0-next.41 → 2.0.0-next.43

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/dist/index.es.js CHANGED
@@ -64389,8 +64389,12 @@ const WOe = (e) => {
64389
64389
  }, HOe = (e) => {
64390
64390
  const t = [];
64391
64391
  return e.integrations.forEach((n) => {
64392
- const r = { ...n }, s = r.entities[1].id, a = qOe(s, e);
64393
- r.type = a, r.display = GOe(a, e), t.push(r);
64392
+ const r = { ...n };
64393
+ if (r.entities.length > 1) {
64394
+ const s = r.entities[1].id, a = qOe(s, e);
64395
+ r.type = a, r.display = GOe(a, e);
64396
+ }
64397
+ t.push(r);
64394
64398
  }), t;
64395
64399
  }, qOe = (e, t) => {
64396
64400
  const r = t.entities.authorized.find((s) => s.id === e);