small fix

This commit is contained in:
rulingcom 2025-07-03 18:26:56 +08:00
parent a50b6c03ef
commit c5390eb00a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
<% elsif @property.property_location.nil? %>
<%= f.select :property_location, @locations, {:selected => "other_location"} %>
<% else %>
<%= f.select :property_location, @locations %>
<%= f.select :property_location, @locations, {:selected => @property.property_location.id.to_s} %>
<% end %>
</div>
</div>