mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
refac
This commit is contained in:
parent
cf544b9e60
commit
09f34a7561
@ -479,7 +479,7 @@
|
|||||||
id={message.id}
|
id={message.id}
|
||||||
content={message.content}
|
content={message.content}
|
||||||
floatingButtons={message?.done}
|
floatingButtons={message?.done}
|
||||||
save={true}
|
save={!readOnly}
|
||||||
{model}
|
{model}
|
||||||
on:update={(e) => {
|
on:update={(e) => {
|
||||||
const { raw, oldContent, newContent } = e.detail;
|
const { raw, oldContent, newContent } = e.detail;
|
||||||
|
Loading…
Reference in New Issue
Block a user