Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
boynextdoor committed Mar 17, 2024
1 parent 00ec3eb commit 9c85b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Modify/Program/AddModifyProgram.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ import {
MenuItem,
Link as MuiLink,
TextField,
Typography
Typography, Tooltip
} from "@mui/material";
import Autocomplete from "@mui/material/Autocomplete";
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faMarkdown} from "@fortawesome/free-brands-svg-icons";
import {HelpOutline} from "@mui/icons-material";

export async function action({request}) {
const formData = await request.formData();
Expand Down

0 comments on commit 9c85b71

Please sign in to comment.