diff options
Diffstat (limited to 'out/_next/static/chunks/pages')
-rw-r--r-- | out/_next/static/chunks/pages/index-689c814695b38e570f06.js (renamed from out/_next/static/chunks/pages/index-5e5acac3b4261d15dbc3.js) | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/out/_next/static/chunks/pages/index-5e5acac3b4261d15dbc3.js b/out/_next/static/chunks/pages/index-689c814695b38e570f06.js index 973b286..0c6eb93 100644 --- a/out/_next/static/chunks/pages/index-5e5acac3b4261d15dbc3.js +++ b/out/_next/static/chunks/pages/index-689c814695b38e570f06.js @@ -1825,7 +1825,11 @@ o = r.map(function (e) { return { value: e, label: e } }), - s = (0, u.useState)([]), + s = (0, u.useState)( + n.tags.map(function (e) { + return { value: e, label: e } + }), + ), a = s[0], c = s[1] return (0, l.jsx)(ee.CUIAutoComplete, { @@ -1845,7 +1849,7 @@ ie({}, n), {}, { - tags: a.map(function (e) { + tags: e.selectedItems.map(function (e) { return e.value }), }, @@ -1877,7 +1881,11 @@ o = e.tags.map(function (e) { return { value: e, label: e } }), - s = (0, u.useState)([]), + s = (0, u.useState)( + Object.keys(t).map(function (e) { + return { value: e, label: e } + }), + ), c = s[0], d = s[1] return (0, l.jsxs)(j.xu, { |