mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 07:15:20 +00:00
refac
This commit is contained in:
parent
dd42a10aa1
commit
1cf9843468
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$: if (value && editor) {
|
$: if (value !== null && editor) {
|
||||||
onValueChange();
|
onValueChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue