Skip to content

Commit

Permalink
restore the ability to load the "/importers" page.
Browse files Browse the repository at this point in the history
there was an extra "x" in the app/views/bulkrax/importers/_oai_fields.html.erb file. it threw a syntax error when trying to create a new
importer.
  • Loading branch information
alishaevn committed Oct 3, 2023
1 parent 9ea4de6 commit 030103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bulkrax/importers/_oai_fields.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
['Public', 'open'],
['Private', 'restricted'],
['Institution', 'authenticated']
],x
],
selected: importer.parser_fields['visibility'] || 'open',
input_html: { class: 'form-control' }
%>
Expand Down

0 comments on commit 030103d

Please sign in to comment.