Add new "choir" calendar
This commit is contained in:
parent
20691514b9
commit
42021b50bc
|
@ -30,6 +30,7 @@
|
||||||
<option value="" disabled selected hidden>Select calendar</option>
|
<option value="" disabled selected hidden>Select calendar</option>
|
||||||
<option value="public">Public</option>
|
<option value="public">Public</option>
|
||||||
<option value="members">Internal - Members</option>
|
<option value="members">Internal - Members</option>
|
||||||
|
<option value="choir">Internal - Choir</option>
|
||||||
<option value="management">Internal - Management</option>
|
<option value="management">Internal - Management</option>
|
||||||
</select>
|
</select>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
|
|
@ -76,6 +76,8 @@ export class AdminComponent implements OnInit {
|
||||||
return 1;
|
return 1;
|
||||||
case 'members':
|
case 'members':
|
||||||
return 2;
|
return 2;
|
||||||
|
case 'choir':
|
||||||
|
return 4;
|
||||||
case 'management':
|
case 'management':
|
||||||
return 3;
|
return 3;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user