Skip to content

Commit b178461

Browse files
committed
add: todo for later.
1 parent 3a2bdcd commit b178461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const load: PageLoad = async ({ params, url, route, depends, parent }) =>
2525
Query.equal('teamId', params.organization),
2626
Query.limit(limit),
2727
Query.orderDesc(''),
28-
Query.select(['$id', 'name', 'region', 'status'])
28+
Query.select(['$id', 'name', 'region', 'status']) /* NOTE: @itznotabug - status is cloud only */
2929
],
3030
search: search || undefined
3131
});

0 commit comments

Comments
 (0)