@26lights/orcha 0.34.15 → 0.34.17

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/orcha.es.js CHANGED
@@ -10544,7 +10544,7 @@ const N8 = /* @__PURE__ */ J({
10544
10544
  breadcrumbs: `${(M = n.value) == null ? void 0 : M.name} / ${(w = o.value) == null ? void 0 : w.name}`,
10545
10545
  "is-editable": y.isEditable,
10546
10546
  "attachment-enabled": y.attachmentEnabled,
10547
- projects: [y.project],
10547
+ projects: y.project ? [y.project] : [],
10548
10548
  onClose: y.$router.back,
10549
10549
  "onUpdate:activity": r,
10550
10550
  onAddSubtask: l,