fixing order capacitor head
This commit is contained in:
parent
b512bf64f1
commit
a3003e3551
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ export class kpiCapacityController extends Controller {
|
|||
},
|
||||
select: ["id", "name"],
|
||||
relations: ["kpiCapacityDetails"],
|
||||
order: { createdAt: "ASC" },
|
||||
});
|
||||
|
||||
const mapData = kpiCapacity.map((x) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue