mirror of
https://github.com/open-webui/open-webui
synced 2025-03-09 14:10:46 +00:00
fix
This commit is contained in:
parent
05599e1bb5
commit
331caad5b8
@ -91,7 +91,7 @@
|
|||||||
onCode={(value) => {
|
onCode={(value) => {
|
||||||
dispatch('code', value);
|
dispatch('code', value);
|
||||||
}}
|
}}
|
||||||
onSave={(e) => {
|
onSave={(value) => {
|
||||||
dispatch('update', {
|
dispatch('update', {
|
||||||
raw: token.raw,
|
raw: token.raw,
|
||||||
oldContent: token.text,
|
oldContent: token.text,
|
||||||
|
Loading…
Reference in New Issue
Block a user