mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: knowledge update issue
This commit is contained in:
parent
dd8bc65d03
commit
07a9b37737
1 changed files with 1 additions and 0 deletions
|
|
@ -421,6 +421,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const res = await updateKnowledgeById(localStorage.token, id, {
|
const res = await updateKnowledgeById(localStorage.token, id, {
|
||||||
|
...knowledge,
|
||||||
name: knowledge.name,
|
name: knowledge.name,
|
||||||
description: knowledge.description,
|
description: knowledge.description,
|
||||||
access_control: knowledge.access_control
|
access_control: knowledge.access_control
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue