@26lights/orcha 0.9.7 → 0.9.8
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 +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -5835,10 +5835,11 @@ const j5 = { class: "ao-tasks" }, R5 = { class: "ao-tasks__list" }, F5 = ["value
|
|
|
5835
5835
|
}, null, 40, F5),
|
|
5836
5836
|
u.users ? (c(), F(H(we), {
|
|
5837
5837
|
key: 1,
|
|
5838
|
-
value: (A = h.assignee) == null ? void 0 : A.id,
|
|
5838
|
+
value: [(A = h.assignee) == null ? void 0 : A.id],
|
|
5839
5839
|
options: s.value,
|
|
5840
5840
|
"close-on-select": !1,
|
|
5841
5841
|
searchable: !0,
|
|
5842
|
+
max: 1,
|
|
5842
5843
|
class: "ao-subtask__assignees",
|
|
5843
5844
|
mode: "tags",
|
|
5844
5845
|
placeholder: u.$t("feed.filters.assignee.placeholder"),
|
|
@@ -6227,6 +6228,7 @@ const t7 = {
|
|
|
6227
6228
|
options: w.value,
|
|
6228
6229
|
"close-on-select": !1,
|
|
6229
6230
|
searchable: !0,
|
|
6231
|
+
max: 1,
|
|
6230
6232
|
class: "ao-activity-details__assignees",
|
|
6231
6233
|
placeholder: C.$t("activity.filters.assignee.placeholder"),
|
|
6232
6234
|
mode: "tags"
|