mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 17:47:44 -05:00
Update +page.server.ts
This commit is contained in:
@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
|
||||
});
|
||||
|
||||
return {
|
||||
models: models ? models.models : []
|
||||
models: models?.models ?? []
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user