mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
cf544b9e60
commit
09f34a7561
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@
|
|||
id={message.id}
|
||||
content={message.content}
|
||||
floatingButtons={message?.done}
|
||||
save={true}
|
||||
save={!readOnly}
|
||||
{model}
|
||||
on:update={(e) => {
|
||||
const { raw, oldContent, newContent } = e.detail;
|
||||
|
|
|
|||
Loading…
Reference in a new issue