From 1118c37ddc6495c197cdf23ab22fd1ba028ee908 Mon Sep 17 00:00:00 2001 From: "B. Seeger" Date: Wed, 17 Jan 2024 16:36:36 -0800 Subject: [PATCH] Fix WIC page that was accidentally doing a "submit" of the submission This caused the submission to get locked and the tests to fail. --- src/main/resources/templates/mdBenefitsFlow/wicLinks.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/mdBenefitsFlow/wicLinks.html b/src/main/resources/templates/mdBenefitsFlow/wicLinks.html index 59199367..31d8cec5 100644 --- a/src/main/resources/templates/mdBenefitsFlow/wicLinks.html +++ b/src/main/resources/templates/mdBenefitsFlow/wicLinks.html @@ -16,8 +16,8 @@ - + th:replace="~{fragments/form :: form(action=(${formAction}), content=~{::content})}"> +