Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 24, 2024
1 parent 53b1edf commit b308dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/documents/_upload_modal.js.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$('#file_upload_modal').remove();
$('body').append('<%= j render "modal" %>');
$('#file_upload_modal .invalid-feedback').empty().hide();
(new bootstrap.Modal($('#file_upload_modal'))).show();
Expand Down

0 comments on commit b308dc7

Please sign in to comment.