diff --git a/app/views/repositories/_parse_records_modal.html.erb b/app/views/repositories/_parse_records_modal.html.erb
index a2144e769..8834096cc 100644
--- a/app/views/repositories/_parse_records_modal.html.erb
+++ b/app/views/repositories/_parse_records_modal.html.erb
@@ -27,20 +27,21 @@
options_from_collection_for_select(@import_data.available_fields,
:first,
:last),
- include_blank: t('repositories.parse_sheet.do_not_include_column'),
- hide_label: true) %>
-
- <% if th.nil? %>
- <%= t('repositories.import_records.no_header_name') %>
- <% else %>
- <% if th.length > Constants::NAME_TRUNCATION_LENGTH_DROPDOWN %>
-