We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eb30b commit 721f7d3Copy full SHA for 721f7d3
1 file changed
src/routes/(public)/template-[template]/+page.svelte
@@ -58,7 +58,7 @@
58
queries: [
59
Query.equal('teamId', selectedOrg),
60
Query.orderDesc(''),
61
- Query.select(['$id', 'name'])
+ Query.select(['$id', 'name', 'region'])
62
]
63
});
64
selectedProject = projects?.total ? projects.projects[0].$id : null;
0 commit comments