Update chat name in UI on suggestion.
This commit is contained in:
parent
abbd0fd506
commit
6315fc329e
|
@ -553,6 +553,8 @@
|
||||||
response.getMessages().forEach(m => {
|
response.getMessages().forEach(m => {
|
||||||
chat.name = m.content
|
chat.name = m.content
|
||||||
})
|
})
|
||||||
|
saveChatStore()
|
||||||
|
$checkStateChange++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue