mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-02 02:48:30 -05:00
don't overwrite name, keep url separate
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
if (id.startsWith('http://') || id.startsWith('https://')) {
|
||||
source = { name: id };
|
||||
source = { ..source, url: id };
|
||||
}
|
||||
|
||||
const existingSource = acc.find((item) => item.id === id);
|
||||
|
||||
Reference in New Issue
Block a user