Skip to content

Commit

Permalink
Added Secretary Role
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaqmarG committed Sep 28, 2024
1 parent 4fdd54d commit dd1acac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/admin/execs/add-modal/add-modal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<option value="President">President</option>
<option value="Vice President">Vice President</option>
<option value="Treasurer">Treasurer</option>
<option value="Secretary">Secretary</option>
<option value="Executive">Executive</option>
</select>
</csc-input-container>
Expand Down
1 change: 1 addition & 0 deletions src/app/admin/execs/edit-modal/edit-modal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<option value="President">President</option>
<option value="Vice President">Vice President</option>
<option value="Treasurer">Treasurer</option>
<option value="Secretary">Secretary</option>
<option value="Executive">Executive</option>
</select>
</csc-input-container>
Expand Down

0 comments on commit dd1acac

Please sign in to comment.