Skip to content

Commit

Permalink
added training to downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Dec 9, 2024
1 parent 894a7c6 commit ae36d6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/admin/files/downloads/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<select id="category" v-model="form.category" class="materialize-select">
<option value="" disabled selected>Choose a category</option>
<option value="sectorFiles">Facility Files</option>
<option value="training">References</option>
<option value="references">References</option>
<option value="mfr">SOPs and LOAs</option>
<option value="training">Training</option>
<option value="misc">Miscellaneous</option>
</select>
<label>Category</label>
Expand Down

0 comments on commit ae36d6f

Please sign in to comment.