Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlovesgithub committed Jun 21, 2024
1 parent 9a6a252 commit 7176dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Exercise/Reports/StatutoryConsultation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
where('status', 'in', statuses)
);
params.orderBy = 'candidate.fullName';
const res = await tableAsyncQuery(this.applicationRecords, firestoreRef, params);
const res = await tableAsyncQuery(this.applicationRecords, firestoreRef, params, null);
firestoreRef = res.queryRef;
this.total = res.total;
if (firestoreRef) {
Expand Down

0 comments on commit 7176dc0

Please sign in to comment.