This commit is contained in:
Timothy Jaeryang Baek 2025-07-11 01:46:06 +04:00
parent 249b12e44f
commit 6a3b0e3110

View file

@ -116,13 +116,7 @@
]
: [];
items = [
...notes,
...collections,
...collection_files,
...legacy_collections,
...legacy_documents
].map((item) => {
items = [...notes, ...collections, ...legacy_collections].map((item) => {
return {
...item,
...(item?.legacy || item?.meta?.legacy || item?.meta?.document ? { legacy: true } : {})