Skip to content

Commit

Permalink
Merge pull request #30 from hotungkhanh/kan-73/split-campus
Browse files Browse the repository at this point in the history
fix: frontend build error
  • Loading branch information
dh-giang-vu authored Oct 4, 2024
2 parents 16f18fc + 5718bb0 commit 741914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/UploadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { styled } from "@mui/material/styles";
import Button from "@mui/material/Button";
import UploadFileIcon from "@mui/icons-material/UploadFile";
import { getFile, storeFile } from "../scripts/persistence";
import { getUnitsList, prefillUnitSpreadsheet } from "../scripts/handleInput";
import { prefillUnitSpreadsheet } from "../scripts/handleInput";

interface InputFileUploadProps {
setFileChosen: (file: File | null) => void;
Expand Down

0 comments on commit 741914b

Please sign in to comment.