Skip to content

Commit 94939ae

Browse files
#3744 - Bug - Exception Dashboard Count is Incorrect (#3945)
- Updated the number to show the **total records** and not the number of records being displayed. ![Screenshot 2024-11-14 152252](https://github.com/user-attachments/assets/6cf2cb17-b19c-4eeb-90e7-f1b50aaf0d13)
1 parent 35838a8 commit 94939ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/packages/web/src/views/aest/student/StudentApplicationExceptions.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66
<body-header
77
title="Requested exceptions"
8-
:recordsCount="applicationExceptions.results?.length"
8+
:recordsCount="applicationExceptions.count"
99
subTitle="Make a determination on application submitted with exceptions."
1010
>
1111
<template #actions>

0 commit comments

Comments
 (0)