forked from open-webui/open-webui
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