diff --git a/app/controllers/assessor_interface/further_information_requests_controller.rb b/app/controllers/assessor_interface/further_information_requests_controller.rb index 3453cd5651..e88e00afab 100644 --- a/app/controllers/assessor_interface/further_information_requests_controller.rb +++ b/app/controllers/assessor_interface/further_information_requests_controller.rb @@ -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