mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55: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
|
<CodeEditor
|
||||||
bind:this={codeEditor}
|
bind:this={codeEditor}
|
||||||
value={content}
|
value={content}
|
||||||
|
lang="python"
|
||||||
{boilerplate}
|
{boilerplate}
|
||||||
on:change={(e) => {
|
on:change={(e) => {
|
||||||
_content = e.detail.value;
|
_content = e.detail.value;
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,7 @@ class Tools:
|
||||||
bind:this={codeEditor}
|
bind:this={codeEditor}
|
||||||
value={content}
|
value={content}
|
||||||
{boilerplate}
|
{boilerplate}
|
||||||
|
lang="python"
|
||||||
on:change={(e) => {
|
on:change={(e) => {
|
||||||
_content = e.detail.value;
|
_content = e.detail.value;
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue