mirror of
https://github.com/open-webui/open-webui.git
synced 2025-06-30 18:50:42 +02:00
refac
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user