mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix
This commit is contained in:
parent
525095b3de
commit
07b1327708
1 changed files with 1 additions and 0 deletions
|
|
@ -1690,6 +1690,7 @@
|
||||||
) => {
|
) => {
|
||||||
const responseMessage = history.messages[responseMessageId];
|
const responseMessage = history.messages[responseMessageId];
|
||||||
const userMessage = history.messages[parentId];
|
const userMessage = history.messages[parentId];
|
||||||
|
const messages = createMessagesList(history.currentId);
|
||||||
|
|
||||||
responseMessage.statusHistory = [
|
responseMessage.statusHistory = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue