Skip to content

Commit

Permalink
UG CPI to PG CPI(#11)
Browse files Browse the repository at this point in the history
UG CPI changed to PG CPI
  • Loading branch information
utkarsh-tf141 authored Feb 18, 2024
2 parents 9a6f695 + bac83ab commit da15c0f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pages/admin/rc/[rcid]/proforma/[proformaid]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const fixed_columns: GridColDef[] = [
},
{
field: "ug_cpi",
headerName: "UG CPI",
headerName: "PG CPI",
hide: true,
width: 100,
},
Expand Down
2 changes: 1 addition & 1 deletion pages/admin/student/[studentId]/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function Edit() {
/>
</Grid>
<Grid item xs={12} sm={6}>
<p>UG CPI(only for PG Students)</p>
<p>PG CPI</p>
<TextField
fullWidth
type="text"
Expand Down
4 changes: 2 additions & 2 deletions pages/admin/student/[studentId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const info: { field: string; value: string; disabled: boolean; api_id: any }[] =
api_id: "current_cpi",
},
{
field: "UG CPI(only for PG Students)",
value: "Enter your UG CPI",
field: "PG CPI",
value: "Enter your PG CPI",
disabled: false,
api_id: "ug_cpi",
},
Expand Down
2 changes: 1 addition & 1 deletion pages/admin/student/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const columns: GridColDef[] = [
},
{
field: "ug_cpi",
headerName: "UG CPI(on for PG Students)",
headerName: "PG CPI",
hide: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion pages/student/profile/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function ProfileEdit() {
/>
</Grid>
<Grid item xs={12} sm={6}>
<p>UG CPI(only for PG Students)</p>
<p>PG CPI</p>
<TextField
fullWidth
type="text"
Expand Down
4 changes: 2 additions & 2 deletions pages/student/profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const info: { field: string; value: string; disabled: boolean; api_id: any }[] =
api_id: "current_cpi",
},
{
field: "UG CPI(only for PG Students)",
value: "Enter your UG CPI",
field: "PG CPI",
value: "Enter your PG CPI",
disabled: false,
api_id: "ug_cpi",
},
Expand Down

0 comments on commit da15c0f

Please sign in to comment.