Sort categories by name

This commit is contained in:
2023-09-04 13:07:33 +02:00
parent 65c73c96fa
commit 6bd4b5c066

View File

@@ -20,6 +20,11 @@ export default router({
talent: true,
category: true,
},
orderBy: {
category: {
name: 'asc',
},
},
},
},
where: {
@@ -37,6 +42,11 @@ export default router({
talent: true,
category: true,
},
orderBy: {
category: {
name: 'asc',
},
},
},
},
where: {
@@ -57,6 +67,11 @@ export default router({
talent: true,
category: true,
},
orderBy: {
category: {
name: 'asc',
},
},
},
},
where: {
@@ -73,6 +88,11 @@ export default router({
talent: true,
category: true,
},
orderBy: {
category: {
name: 'asc',
},
},
},
},
where: {