Skip to content

Commit

Permalink
field name correction of recruitment drive
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlm committed Jan 22, 2024
1 parent de436ec commit 8330e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sections/CompanyHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ const CompanyHistoryColumns: GridColDef[] = [
width: 150,
},
{
field: "RecruitmentDrive",
field: "recruitmentCycleID",
headerName: "Recruitment Drive",
flex: 1,
},
{
field: "Comments",
field: "comments",
headerName: "Comments",
flex: 1,
renderCell: (params) => (
Expand Down

0 comments on commit 8330e6c

Please sign in to comment.