Skip to content

Commit

Permalink
Removed PVF view mentor uploaded buttons in admin & student ,also upl…
Browse files Browse the repository at this point in the history
…oad button from verfication page
  • Loading branch information
AkshatGupta15 committed Aug 27, 2024
1 parent e67a564 commit 77ad870
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pages/admin/rc/[rcid]/pvf/[pvfid]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function AdminPvfView() {
<CloudDownloadIcon sx={{ marginRight: "10px" }} />
<span>View Student Uploaded PVF</span>
</Button>
<Button
{/* <Button
disabled={row?.filename_mentor === ""}
variant="contained"
onClick={() => {
Expand All @@ -232,7 +232,7 @@ function AdminPvfView() {
>
<CloudDownloadIcon sx={{ marginRight: "10px" }} />
<span>View Mentor Uploaded PVF</span>
</Button>
</Button> */}
</Grid>
{/* removed for now */}
<Grid item xs={12} md={12} key="status" padding={0}>
Expand Down
4 changes: 2 additions & 2 deletions pages/student/rc/[rcid]/pvf/[pvfid]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function View() {
<CloudDownloadIcon sx={{ marginRight: "10px" }} />
<span>View Student Uploaded PVF</span>
</Button>
<Button
{/* <Button
disabled={row?.filename_mentor === ""}
variant="contained"
onClick={() => {
Expand All @@ -198,7 +198,7 @@ function View() {
>
<CloudDownloadIcon sx={{ marginRight: "10px" }} />
<span>View Mentor Uploaded PVF</span>
</Button>
</Button> */}
</Grid>
{/* removed for now */}
{/* <Grid item xs={12} md={12} key="status" padding={0}>
Expand Down
6 changes: 3 additions & 3 deletions pages/verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function Verify() {
<Grid
item
xs={12}
md={6}
md={12}
key="view"
padding={0}
marginBottom={7}
Expand All @@ -319,7 +319,7 @@ function Verify() {
<span>View Student Uploaded PVF</span>
</Button>
</Grid>
<Grid item xs={12} md={6} key="upload" padding={0}>
{/* <Grid item xs={12} md={6} key="upload" padding={0}>
<label htmlFor="icon-button-file">
<Input
accept="application/pdf"
Expand Down Expand Up @@ -356,7 +356,7 @@ function Verify() {
)}
</Button>
</label>
</Grid>
</Grid> */}
<Grid
item
xs={12}
Expand Down

0 comments on commit 77ad870

Please sign in to comment.