From 4670b568a54153abc80b074b28fcb56834ce1cc0 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Mon, 15 Dec 2025 12:37:02 -0500 Subject: [PATCH] fixed "military" checkbox not saving state during application --- ui/src/components/application/ApplicationForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/application/ApplicationForm.vue b/ui/src/components/application/ApplicationForm.vue index 5ad43b9..574c330 100644 --- a/ui/src/components/application/ApplicationForm.vue +++ b/ui/src/components/application/ApplicationForm.vue @@ -174,7 +174,7 @@ watch(() => showCoC.value, async () => { Have you ever served in the military?
- + Yes (checked) / No (unchecked)