Skip to content

Commit

Permalink
Issue #1817 feat: View course planner on admin app UI development
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-tekdi-technologies committed Oct 14, 2024
1 parent 98b426e commit 14889da
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 14889da

Please sign in to comment.