mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
28602b12ea
commit
46328333c7
2 changed files with 2 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ class Pipe:
|
|||
<CodeEditor
|
||||
bind:this={codeEditor}
|
||||
value={content}
|
||||
lang="python"
|
||||
{boilerplate}
|
||||
on:change={(e) => {
|
||||
_content = e.detail.value;
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@ class Tools:
|
|||
bind:this={codeEditor}
|
||||
value={content}
|
||||
{boilerplate}
|
||||
lang="python"
|
||||
on:change={(e) => {
|
||||
_content = e.detail.value;
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue