fix: small fix

This commit is contained in:
Arman
2023-03-29 16:12:14 +02:00
parent cb32427605
commit 30b5c10f87
@@ -83,7 +83,7 @@
{optionalText}
required
bind:value
options={documentList?.collections?.map((n) => ({
options={documentList?.documents?.map((n) => ({
value: n.$id,
label: n.name
})) ?? []} />