From c4174dcaa2f779e5efe5b0514482688d97c250ba Mon Sep 17 00:00:00 2001
From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com>
Date: Mon, 10 Feb 2025 17:11:38 +0000
Subject: [PATCH] Add js disabled message to select
---
app/views/form/_address_search_question.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/form/_address_search_question.html.erb b/app/views/form/_address_search_question.html.erb
index 06f778e1b..6e27e5018 100644
--- a/app/views/form/_address_search_question.html.erb
+++ b/app/views/form/_address_search_question.html.erb
@@ -17,7 +17,7 @@
<%= question.answer_selected?(@log, answer) ? "selected" : "" %>><%= answer.name || answer.resource %>
<% end %>
<% else %>
-
+
<% end %>
<% end %>