mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
dbb67a12ca
commit
d2a462a3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -2054,7 +2054,7 @@
|
||||||
prompt
|
prompt
|
||||||
).catch((error) => {
|
).catch((error) => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
return [];
|
return [prompt];
|
||||||
});
|
});
|
||||||
|
|
||||||
if (queries.length === 0) {
|
if (queries.length === 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue