Add new "choir" calendar

This commit is contained in:
2024-06-04 11:22:27 +02:00
parent 20691514b9
commit 42021b50bc
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -76,6 +76,8 @@ export class AdminComponent implements OnInit {
return 1;
case 'members':
return 2;
case 'choir':
return 4;
case 'management':
return 3;
default: