Skip to content

Commit

Permalink
Merge pull request #53 from Aar-if/newaltv1
Browse files Browse the repository at this point in the history
Class name added in download csv using username and pass
  • Loading branch information
Aar-if authored Mar 20, 2024
2 parents d9e035a + 1faf05e commit 247efee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/admin/src/components/StudentListView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ function StudentListView() {
Name: row.name,
UserName: row.username,
Password: row.password,
Class: row.className,
}));

// Convert the data to CSV format using PapaParse
Expand Down

0 comments on commit 247efee

Please sign in to comment.