diff --git a/app/views/admin/communication/unsplash/_selector.html.erb b/app/views/admin/communication/unsplash/_selector.html.erb
index 945317012a56527c6f120fb44fd1d0e0e2ad9512..65fcea80b738e39ba8fb252eb0ed9dbda3a66b1d 100644
--- a/app/views/admin/communication/unsplash/_selector.html.erb
+++ b/app/views/admin/communication/unsplash/_selector.html.erb
@@ -117,7 +117,7 @@ path = admin_communication_unsplash_path(website_id: nil, format: :json)
 
       modalElement.addEventListener('show.bs.modal', function (){
         this.isOpened = true;
-        this.search.bind(this)
+        this.search()
       }.bind(this));
 
       modalElement.addEventListener('hide.bs.modal', function() {