mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix
This commit is contained in:
parent
05599e1bb5
commit
331caad5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue