mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -468,10 +468,10 @@
|
||||
value={code}
|
||||
{id}
|
||||
{lang}
|
||||
on:save={() => {
|
||||
onSave={() => {
|
||||
saveCode();
|
||||
}}
|
||||
on:change={(e) => {
|
||||
onChange={(e) => {
|
||||
_code = e.detail.value;
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user