This commit is contained in:
Timothy Jaeryang Baek 2025-01-22 11:06:06 -08:00
parent b5bce9cbea
commit 1080ecd22c

View File

@ -127,7 +127,7 @@
...a,
...(item?.files ?? []).map((file) => ({
...file,
collection: { name: item.name, description: item.description }
collection: { name: item.name, description: item.description } // DO NOT REMOVE, USED IN FILE DESCRIPTION/ATTACHMENT
}))
])
];