Skip to content

Commit

Permalink
Merge pull request #2160 from DFE-Digital/fi-preview-new-view
Browse files Browse the repository at this point in the history
Fix reference to deleted view
  • Loading branch information
thomasleese authored Apr 23, 2024
2 parents 46715a5 + 8d4253f commit 1f7c98a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def create
redirect_to [:status, :assessor_interface, application_form]
rescue RequestFurtherInformation::AlreadyExists
flash[:warning] = "Further information has already been requested."
render :preview, status: :unprocessable_entity
render :new, status: :unprocessable_entity
end

def edit
Expand Down

0 comments on commit 1f7c98a

Please sign in to comment.