mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: action button not working
This commit is contained in:
parent
c93a10388b
commit
550075bba4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue