Skip to content

Commit

Permalink
Merge pull request #255 from Aar-if/main
Browse files Browse the repository at this point in the history
Issue #1817 feat: View course planner on admin app UI development
  • Loading branch information
itsvick authored Oct 14, 2024
2 parents b68f433 + 14889da commit 7018c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/importCsv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const ImportCsv = () => {
>
{t("COURSE_PLANNER.IMPORT_PLANNER")}
</Button>
<Button
{/* <Button
variant="outlined"
sx={{
borderRadius: "8px",
Expand All @@ -364,7 +364,7 @@ const ImportCsv = () => {
onClick={handleRemoveFile}
>
{t("COURSE_PLANNER.REMOVE_FILE")}
</Button>
</Button> */}
<Button
sx={{
borderRadius: "8px",
Expand Down

0 comments on commit 7018c05

Please sign in to comment.