mirror of
https://github.com/open-webui/open-webui
synced 2025-02-01 15:24:25 +00:00
refac
This commit is contained in:
parent
b5bce9cbea
commit
1080ecd22c
@ -127,7 +127,7 @@
|
|||||||
...a,
|
...a,
|
||||||
...(item?.files ?? []).map((file) => ({
|
...(item?.files ?? []).map((file) => ({
|
||||||
...file,
|
...file,
|
||||||
collection: { name: item.name, description: item.description }
|
collection: { name: item.name, description: item.description } // DO NOT REMOVE, USED IN FILE DESCRIPTION/ATTACHMENT
|
||||||
}))
|
}))
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user