mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 08:40:58 +00:00
fix: action button not working
This commit is contained in:
parent
c93a10388b
commit
550075bba4
@ -383,7 +383,6 @@
|
||||
{mergeResponses}
|
||||
{readOnly}
|
||||
on:action={async (e) => {
|
||||
const message = history.messages[message.id];
|
||||
if (typeof e.detail === 'string') {
|
||||
await chatActionHandler(chatId, e.detail, message.model, message.id);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user