@26lights/orcha 0.7.28 → 0.7.29
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
|
@@ -4852,11 +4852,11 @@ const Z5 = {
|
|
|
4852
4852
|
class: "ao-activity-details__subtasks",
|
|
4853
4853
|
subtasks: h.activity.tasks || [],
|
|
4854
4854
|
"activity-id": h.activity.id,
|
|
4855
|
-
|
|
4855
|
+
users: h.users,
|
|
4856
4856
|
onAdd: E,
|
|
4857
4857
|
onUpdate: k,
|
|
4858
4858
|
onDelete: M
|
|
4859
|
-
}, null, 8, ["subtasks", "activity-id", "
|
|
4859
|
+
}, null, 8, ["subtasks", "activity-id", "users"])
|
|
4860
4860
|
]),
|
|
4861
4861
|
Y(h.$slots, "default")
|
|
4862
4862
|
]),
|