deepsource-autofix-76c6eb20
Dan Gowans 2022-09-13 12:56:06 -04:00
parent 9336907547
commit 8fbc1202aa
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<div class="control has-icons-left">
<div class="select is-fullwidth">
<select id="searchFilter--workOrderTypeId" name="workOrderTypeId">
<option value="">(All Work Order Types Types)</option>
<option value="">(All Work Order Types)</option>
<% for (const workOrderType of workOrderTypes) { %>
<option value="<%= workOrderType.workOrderTypeId %>"><%= workOrderType.workOrderType || "(No Name)" %></option>
<% } %>