We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31930f0 + b8a7063 commit fc0a6b1Copy full SHA for fc0a6b1
1 file changed
backend/src/services/collectionService.ts
@@ -307,6 +307,7 @@ export class CollectionService extends LoggerBase {
307
limit,
308
offset,
309
fields: Object.values(InsightsProjectField),
310
+ orderBy: '"name" ASC',
311
})
312
313
if (projects.length === 0) {
0 commit comments