mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
refac
This commit is contained in:
parent
28602b12ea
commit
46328333c7
@ -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 New Issue
Block a user