mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +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 {
|
||||
models: models ? models.models : []
|
||||
models: models?.models ?? []
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue