mirror of
https://github.com/langgenius/dify.git
synced 2026-06-26 23:01:11 +08:00
fix: missing dep
This commit is contained in:
parent
6c05219af8
commit
44a4fb8888
@ -311,7 +311,7 @@ export function AgentKnowledgeRetrievalDialog({
|
||||
isEditingName: false,
|
||||
})
|
||||
}
|
||||
}, [hydrationKey])
|
||||
}, [fallbackName, hydratedKey, hydrationKey, initialName, item])
|
||||
|
||||
useEffect(() => {
|
||||
if (!isEditingName)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user