mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -284,10 +284,10 @@ class Tools:
|
||||
value={content}
|
||||
{boilerplate}
|
||||
lang="python"
|
||||
on:change={(e) => {
|
||||
onChange={(e) => {
|
||||
_content = e.detail.value;
|
||||
}}
|
||||
on:save={() => {
|
||||
onSave={() => {
|
||||
if (formElement) {
|
||||
formElement.requestSubmit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user