Skip to content

Commit

Permalink
fix: Modal handle_event fix (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkullisaar authored Oct 4, 2023
1 parent 7518972 commit 763aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moon/design/modal.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Moon.Design.Modal do
{:noreply, assign(socket, is_closing: true)}
end

def handle_event("stop_closingt", _, socket) do
def handle_event("stop_closing", _, socket) do
{:noreply, assign(socket, is_closing: false)}
end

Expand Down

0 comments on commit 763aff6

Please sign in to comment.