mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: small fix
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@
|
||||
{optionalText}
|
||||
required
|
||||
bind:value
|
||||
options={documentList?.collections?.map((n) => ({
|
||||
options={documentList?.documents?.map((n) => ({
|
||||
value: n.$id,
|
||||
label: n.name
|
||||
})) ?? []} />
|
||||
|
||||
Reference in New Issue
Block a user