diff --git a/src/routes/(console)/project-[project]/functions/+layout.ts b/src/routes/(console)/project-[project]/functions/+layout.ts index faae0f0fd..cab65d7c3 100644 --- a/src/routes/(console)/project-[project]/functions/+layout.ts +++ b/src/routes/(console)/project-[project]/functions/+layout.ts @@ -11,7 +11,7 @@ export const load: LayoutLoad = async ({ depends }) => { const [runtimesList, installations, templatesList] = await Promise.all([ sdk.forProject.functions.listRuntimes(), sdk.forProject.vcs.listInstallations([Query.limit(100)]), - sdk.forProject.functions.listTemplates([Query.limit(100)]) + sdk.forProject.functions.listTemplates(undefined, undefined, 100) ]); return {