fix: wrong order
This commit is contained in:
parent
aa7ba6d3ae
commit
1a18f7c5d7
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ export class FlowTemplateController extends Controller {
|
||||||
},
|
},
|
||||||
responsibleInstitution: true,
|
responsibleInstitution: true,
|
||||||
},
|
},
|
||||||
|
orderBy: { order: "asc" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
orderBy: [{ statusOrder: "asc" }, { createdAt: "asc" }],
|
orderBy: [{ statusOrder: "asc" }, { createdAt: "asc" }],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue