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