mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
Update +page.server.ts
This commit is contained in:
parent
42087a4a29
commit
0f41abd7ce
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
models: models ? models.models : []
|
models: models?.models ?? []
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue