4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
|
def handle_event("{event}", %{}, socket) do
|
||
|
{:noreply, assign(socket, {assigns})}
|
||
|
end
|