Skip to content

Commit

Permalink
updated downloads index for training
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Dec 9, 2024
1 parent ae36d6f commit 8668989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/admin/files/downloads/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export default {
},
convertCategory(cat) {
if(cat == "sectorFiles") return "Facility Files";
else if(cat == "training") return "References";
else if(cat == "references") return "References";
else if(cat == "training") return "Training";
else if(cat == "mfr") return "SOP/LOA";
else return "Miscellaneous";
}
Expand Down

0 comments on commit 8668989

Please sign in to comment.