Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #405 from SELab-2/fix_visible
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
msathieu authored May 23, 2024
2 parents 2546385 + c1efadf commit a4c2465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/teacher/CreateProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function CreateProject(): JSX.Element {
minutes: 0,
amount_groups: 1,
otherFilesAllow: false,
visible: false,
visible: true,
archived: false,
projectName: "",
requiredFiles: {
Expand Down

0 comments on commit a4c2465

Please sign in to comment.