Skip to content

Commit 58de207

Browse files
authored
Merge pull request #6 from ungdev/prod
Add master option
2 parents 9d85166 + bd578f9 commit 58de207

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ backend/node_modules/
88
.DS_Store
99
*.log
1010
*.env
11-
google_creditentials.json
11+
google_credentials.json
1212

frontend/src/components/Admin/adminUser.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const branchOptions = [
2121
{ value: "TC", label: "Tronc Commun" },
2222
{ value: "Branch", label: "Branche" },
2323
{ value: "MM", label: "Mécanique et Matériaux" },
24+
{ valeu : "Master", label: "Master"},
2425
{ value: "RI", label: "Ressources International" },
2526
];
2627

frontend/src/components/profil/profilForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const branchOptions = [
1010
{ value: "TC", label: "Tronc Commun" },
1111
{ value: "Branch", label: "Branche" },
1212
{ value: "MM", label: "Mécanique et Matériaux" },
13+
{ value: "Master", label: "Master" },
1314
{ value: "RI", label: "Ressources International" },
1415
];
1516

0 commit comments

Comments
 (0)