mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-28 20:43:12 +02:00
fix
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
onCode={(value) => {
|
||||
dispatch('code', value);
|
||||
}}
|
||||
onSave={(e) => {
|
||||
onSave={(value) => {
|
||||
dispatch('update', {
|
||||
raw: token.raw,
|
||||
oldContent: token.text,
|
||||
|
Reference in New Issue
Block a user