@26lights/orcha 0.42.20 → 0.42.21
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 +0 -4
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -8428,10 +8428,6 @@ const As = /* @__PURE__ */ Y({
|
|
|
8428
8428
|
return ((C = a.activity.assignee) == null ? void 0 : C.id) ?? null;
|
|
8429
8429
|
},
|
|
8430
8430
|
set(C) {
|
|
8431
|
-
e("update:activity", {
|
|
8432
|
-
id: a.activity.id,
|
|
8433
|
-
assigneeId: C ?? null
|
|
8434
|
-
});
|
|
8435
8431
|
}
|
|
8436
8432
|
}), Z = (C) => {
|
|
8437
8433
|
e("addFiles", {
|