From dcd9e44ce79734fa7d2a42809063781f2ea4f058 Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Thu, 5 May 2022 13:39:24 +0200 Subject: [PATCH] fix(dossier): on dossier update render empty js response --- app/controllers/users/dossiers_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/users/dossiers_controller.rb b/app/controllers/users/dossiers_controller.rb index 856c110da..74554d1b0 100644 --- a/app/controllers/users/dossiers_controller.rb +++ b/app/controllers/users/dossiers_controller.rb @@ -174,7 +174,7 @@ module Users respond_to do |format| format.html { render :brouillon } - format.js { render :brouillon } + format.js end end