Skip to content

Commit

Permalink
added training to edit download
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Dec 9, 2024
1 parent 8668989 commit 03b710f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/admin/files/downloads/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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 03b710f

Please sign in to comment.