Skip to content

Commit 7f829b1

Browse files
committed
Add fallback handle_info/2
1 parent cdd78b3 commit 7f829b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/backpex/live_resource/form.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ defmodule Backpex.LiveResource.Form do
4949
|> noreply()
5050
end
5151

52+
def handle_info(_event, socket) do
53+
noreply(socket)
54+
end
55+
5256
def handle_event(_event, _params, socket) do
5357
noreply(socket)
5458
end

0 commit comments

Comments
 (0)