mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 05:46:00 +08:00
refac
This commit is contained in:
parent
961869a60c
commit
0d09e46281
@ -154,11 +154,11 @@
|
|||||||
}, [])}
|
}, [])}
|
||||||
{onSourceClick}
|
{onSourceClick}
|
||||||
{onTaskClick}
|
{onTaskClick}
|
||||||
onUpdate={(e) => {
|
onUpdate={(value) => {
|
||||||
dispatch('update', e.detail);
|
dispatch('update', value);
|
||||||
}}
|
}}
|
||||||
onCode={(e) => {
|
onCode={(value) => {
|
||||||
const { lang, code } = e.detail;
|
const { lang, code } = value;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
($settings?.detectArtifacts ?? true) &&
|
($settings?.detectArtifacts ?? true) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user