diff options
Diffstat (limited to 'out/_next')
-rw-r--r-- | out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js (renamed from out/_next/static/25Qud6GB6GP8XFN1eDqNi/_buildManifest.js) | 2 | ||||
-rw-r--r-- | out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js (renamed from out/_next/static/25Qud6GB6GP8XFN1eDqNi/_ssgManifest.js) | 0 | ||||
-rw-r--r-- | out/_next/static/chunks/pages/index-689c814695b38e570f06.js (renamed from out/_next/static/chunks/pages/index-5e5acac3b4261d15dbc3.js) | 14 |
3 files changed, 12 insertions, 4 deletions
diff --git a/out/_next/static/25Qud6GB6GP8XFN1eDqNi/_buildManifest.js b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js index 5ec6e34..c84d2fe 100644 --- a/out/_next/static/25Qud6GB6GP8XFN1eDqNi/_buildManifest.js +++ b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js @@ -4,7 +4,7 @@ 'static/chunks/fb7d5399-0d6001c72a29ebec41eb.js', 'static/chunks/d25bd147-2c59edc357c0e2372258.js', 'static/chunks/13-b599b309c84d7675574b.js', - 'static/chunks/pages/index-5e5acac3b4261d15dbc3.js', + 'static/chunks/pages/index-689c814695b38e570f06.js', ], '/_error': ['static/chunks/pages/_error-f5e67a79c709c2df06b8.js'], sortedPages: ['/', '/_app', '/_error'], diff --git a/out/_next/static/25Qud6GB6GP8XFN1eDqNi/_ssgManifest.js b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js index 82bedd6..82bedd6 100644 --- a/out/_next/static/25Qud6GB6GP8XFN1eDqNi/_ssgManifest.js +++ b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js 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, { |