mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
refac
This commit is contained in:
parent
b5bce9cbea
commit
1080ecd22c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue