diff --git a/app/views/admin/communication/unsplash/_selector.html.erb b/app/views/admin/communication/unsplash/_selector.html.erb index 5974eb5f6e18a9b99953f65fc6f7b954b08641d9..93de143eef4042fe5d188ad450d8f0ddac98c6dd 100644 --- a/app/views/admin/communication/unsplash/_selector.html.erb +++ b/app/views/admin/communication/unsplash/_selector.html.erb @@ -194,7 +194,6 @@ path = admin_communication_unsplash_path(website_id: nil, format: :json) inputImage.setAttribute('src', image.preview); inputImageContainer.parentElement.classList.add('sdfi-deletable-file--with-file'); - inputAlt.value = image.alt; $(inputCredit).summernote('code', image.credit); this.modal.hide(); }