fix(web): user memory detail
This commit is contained in:
@@ -140,15 +140,12 @@ const SelfReflectionEngine: React.FC = () => {
|
||||
.then((res) => {
|
||||
setResult(res as Result)
|
||||
})
|
||||
.catch(() => {
|
||||
setRunLoading(false)
|
||||
})
|
||||
.finally(() => {
|
||||
setRunLoading(false)
|
||||
})
|
||||
})
|
||||
.finally(() => {
|
||||
setLoading(false)
|
||||
.catch(() => {
|
||||
setRunLoading(false)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user