Skip to content

Commit

Permalink
remove outlet from form
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 4, 2024
1 parent 250f95e commit 52fc750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/controllers/herbaria/_form.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
%>

<%= form_with(
model: @herbarium, id: "herbarium_form", class: "geocode-outlet",
model: @herbarium, id: "herbarium_form",
data: {
controller: "map",
action: "autocompleter:hiddenIdDataChanged@window->map#showBox"
Expand Down

0 comments on commit 52fc750

Please sign in to comment.