fix: knowledge update issue

This commit is contained in:
Timothy Jaeryang Baek 2024-11-17 17:37:26 -08:00
parent dd8bc65d03
commit 07a9b37737

View File

@ -421,6 +421,7 @@
}
const res = await updateKnowledgeById(localStorage.token, id, {
...knowledge,
name: knowledge.name,
description: knowledge.description,
access_control: knowledge.access_control