fix(web): fix neo4j user memory refresh

This commit is contained in:
zhaoying
2025-12-30 11:22:30 +08:00
parent b09df4d009
commit 1383f4abcf

View File

@@ -37,7 +37,7 @@ const Neo4j: FC = () => {
memoryInsightRef.current?.getData()
}
if (response.summary_success) {
memoryInsightRef.current?.getData()
aboutMeRef.current?.getData()
}
})
.finally(() => {