@26lights/orcha 0.7.36 → 0.7.37
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.cjs.js +1 -1
- package/dist/orcha.es.js +2 -2
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -7108,7 +7108,7 @@ const uc = { class: "ao-project-overview" }, cc = { class: "ao-project" }, dc =
|
|
|
7108
7108
|
}, u = (b) => {
|
|
7109
7109
|
e("addSubtask", b);
|
|
7110
7110
|
}, m = _(
|
|
7111
|
-
() => l.value.flatMap((b) => b
|
|
7111
|
+
() => l.value.flatMap((b) => b.activities)
|
|
7112
7112
|
), C = (b) => {
|
|
7113
7113
|
e("addFiles", b);
|
|
7114
7114
|
}, y = (b) => {
|
|
@@ -7245,7 +7245,7 @@ const gc = { class: "ao-card-feed__header" }, yc = {
|
|
|
7245
7245
|
id: t.id,
|
|
7246
7246
|
name: m
|
|
7247
7247
|
});
|
|
7248
|
-
}, n = _(() => t.phaseName && t.milestoneName ? `${t.phaseName} / ${t.milestoneName}` : ""), l = _(() => [t.assignee]), i = (m) => {
|
|
7248
|
+
}, n = _(() => t.phaseName && t.milestoneName ? `${t.phaseName} / ${t.milestoneName}` : ""), l = _(() => t.assignee ? [t.assignee] : []), i = (m) => {
|
|
7249
7249
|
const { firstName: C, lastName: y } = m || {};
|
|
7250
7250
|
return C && y ? `${C} ${y}` : "";
|
|
7251
7251
|
}, o = (m) => {
|