fix(dossier): on dossier update render empty js response
This commit is contained in:
parent
68523f46ec
commit
dcd9e44ce7
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ module Users
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html { render :brouillon }
|
format.html { render :brouillon }
|
||||||
format.js { render :brouillon }
|
format.js
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue