mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac
This commit is contained in:
@@ -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;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user