Skip to content

Commit

Permalink
Merge branch 'shiksha-2.0' of github.com:tekdi/shiksha-frontend into …
Browse files Browse the repository at this point in the history
…merge-shiksha2
  • Loading branch information
itsvick committed Jun 14, 2024
2 parents e8bbbcd + 3a1c5a6 commit 08e4c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MarkBulkAttendance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const MarkBulkAttendance: React.FC<MarkBulkAttendanceProps> = ({
setLoading(true);
try {
const response = await bulkAttendance(data);
const resp = response?.data;
const resp = response?.responses;

if (resp) {
setShowUpdateButton(true);
Expand Down

0 comments on commit 08e4c12

Please sign in to comment.