Skip to content

Commit

Permalink
Fixed storage type selector (radio group)
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Dec 5, 2023
1 parent 707b1f9 commit d6b792f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/frameworks/pixel/components/radio_group.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Frameworks.Pixel.RadioGroup do
end

@impl true
def handle_event("change", _, socket) do
def handle_event("change", _payload, socket) do
# ignore change, this happens always the first time rendering
{:noreply, socket}
end
Expand Down
1 change: 1 addition & 0 deletions core/systems/storage/endpoint_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ defmodule Systems.Storage.EndpointForm do
special: special
)
|> update_special_title()
|> compose_child(:type_selector)
|> compose_child(:special_form)
}
end
Expand Down

0 comments on commit d6b792f

Please sign in to comment.