Skip to content

Commit 1b15906

Browse files
committed
leftover
1 parent 125110f commit 1b15906

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/routes/(console)/organization-[organization]

src/routes/(console)/organization-[organization]/+page.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export const load: PageLoad = async ({ params, url, route, depends, parent }) =>
6161
}),
6262
isCloud
6363
? sdk.forConsole.projects.list({
64-
queries: [...commonQueries, ...searchQueries, Query.equal('status', 'archived')],
65-
search: search || undefined
64+
queries: [...commonQueries, ...searchQueries, Query.equal('status', 'archived')]
6665
})
6766
: Promise.resolve({ projects: [], total: 0 })
6867
]);

0 commit comments

Comments
 (0)