mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55: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}
|
{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 a new issue