Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Mar 18, 2024
1 parent e90af2f commit 0341984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_select.ex
Expand Up @@ -343,7 +343,7 @@ defmodule LiveSelect do
params = update_in(params, ~w(city_search_form city_search), &LiveSelect.decode/1)
# now we can cast the params:
changeset = CitySearch.changeset(params)
changeset = CitySearchForm.changeset(params)
{:noreply, assign(socket, changeset: changeset)}
end
Expand Down

0 comments on commit 0341984

Please sign in to comment.