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
398bc96b1a
commit
fdf02c4e86
1 changed files with 1 additions and 1 deletions
|
|
@ -1535,7 +1535,7 @@
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
history.messages[responseMessageId] = responseMessage;
|
history.messages[responseMessage.id] = responseMessage;
|
||||||
};
|
};
|
||||||
|
|
||||||
const stopResponse = () => {
|
const stopResponse = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue