stage Form Vehicle Running Cost
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
const row = $(`
|
||||
<tr class="attachment-row" data-index="${index}">
|
||||
<td>
|
||||
<select class="form-select attachment-category" name="attachments[${index}][file_category]" required>
|
||||
<select class="form-control attachment-category" name="attachments[${index}][file_category]" required>
|
||||
<option value="">${categoryToLabel('')}</option>
|
||||
${buildCategoryOptions()}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user