@26lights/orcha 0.37.48 → 0.37.49
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 +3 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -8325,7 +8325,7 @@ const wn = /* @__PURE__ */ Y({
|
|
|
8325
8325
|
e("deleteSubtask", b);
|
|
8326
8326
|
};
|
|
8327
8327
|
function H() {
|
|
8328
|
-
a.userId ? I.value = [a.userId] : console.error("Failed
|
|
8328
|
+
a.userId ? I.value = [a.userId] : console.error("Failed assigning to self: userId is missing");
|
|
8329
8329
|
}
|
|
8330
8330
|
const L = M(() => {
|
|
8331
8331
|
var b;
|
|
@@ -8600,8 +8600,10 @@ const wn = /* @__PURE__ */ Y({
|
|
|
8600
8600
|
"onUpdate:modelValue": D[3] || (D[3] = (j) => I.value = j),
|
|
8601
8601
|
class: "ao-activity-details__assignees ao-activity-details__multiselect",
|
|
8602
8602
|
options: L.value,
|
|
8603
|
+
"clear-on-select": !0,
|
|
8603
8604
|
"close-on-select": !0,
|
|
8604
8605
|
searchable: !0,
|
|
8606
|
+
max: 1,
|
|
8605
8607
|
placeholder: b.$t("activity.filters.assignee.placeholder"),
|
|
8606
8608
|
mode: "tags",
|
|
8607
8609
|
disabled: !n.value,
|