Skip to content

Commit

Permalink
Merge pull request #507 from eyra/fix-storage-type-selector
Browse files Browse the repository at this point in the history
Fixed storage type selector (radio group)
  • Loading branch information
mellelieuwes authored Dec 5, 2023
2 parents 82ba3c5 + d6b792f commit 98f348f
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 98f348f

Please sign in to comment.