Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnkushshah committed Oct 4, 2024
1 parent 3142724 commit 3ade8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/attendance/_components/AttendanceGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { toast } from 'sonner';
import { getUniqueRecord } from '@/app/_services/service';

const pagination = true;
const paginationPageSize = 13;
const paginationPageSize = 14;
const paginationPageSizeSelector = [14, 28, 56, 112];

function AttendanceGrid({ attendanceList, selectedMonth }) {
Expand Down

0 comments on commit 3ade8f3

Please sign in to comment.