Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif committed Jan 14, 2025
1 parent 70e2fce commit 2befa5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/EnrollmentsTable/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const EnrollmentsTable = () => {
label: intl.formatMessage({
id: 'adminPortal.enrollmentsTable.user_first_name',
defaultMessage: 'First Name',
description: 'Title for the first name column in the enrollments table',
}),
key: 'user_first_name',
columnSortable: true,
Expand All @@ -32,6 +33,7 @@ const EnrollmentsTable = () => {
label: intl.formatMessage({
id: 'adminPortal.enrollmentsTable.user_last_name',
defaultMessage: 'Last Name',
description: 'Title for the last name column in the enrollments table',
}),
key: 'user_last_name',
columnSortable: true,
Expand Down

0 comments on commit 2befa5c

Please sign in to comment.