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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ALBERICLOOS committed May 23, 2024
1 parent 21f0c3e commit 1c22cab
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 1c22cab

Please sign in to comment.