Skip to content

Commit 95d0bda

Browse files
added device sort back in
1 parent 7d7a8d4 commit 95d0bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/device-management/application.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ export class ApplicationService {
225225
};
226226
});
227227

228+
this.externalSortResult(query, mappedResult);
229+
228230
return {
229231
data: mappedResult,
230232
count: total,

0 commit comments

Comments
 (0)