mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
b759f488b4
commit
a89d29db9c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
if (id.startsWith('http://') || id.startsWith('https://')) {
|
||||
source = { ..source, url: id };
|
||||
source = { ...source, url: id };
|
||||
}
|
||||
|
||||
const existingSource = acc.find((item) => item.id === id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue