Skip to content

Commit

Permalink
Hide importer-entry-classes div
Browse files Browse the repository at this point in the history
In Bootstrap 4 we now use d-none.
  • Loading branch information
kirkkwang committed Jan 23, 2025
1 parent 77d31af commit 811fdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bulkrax/shared/_entries_tab.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</tr>
</thead>
</table>
<div id='importer-entry-classes' class='hidden'><%= [item.parser.entry_class.to_s, item.parser.collection_entry_class.to_s, item.parser.file_set_entry_class.to_s].compact.join('|') %></div>
<div id='importer-entry-classes' class='hidden d-none'><%= [item.parser.entry_class.to_s, item.parser.collection_entry_class.to_s, item.parser.file_set_entry_class.to_s].compact.join('|') %></div>
</div>

0 comments on commit 811fdb5

Please sign in to comment.