typo in pattern match (#57)
This commit is contained in:
parent
b2a0d688bb
commit
cef9ea72c6
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ defmodule PlannerWeb.TasksLive do
|
|||
|
||||
{:noreply, push_patch(socket, to: route)}
|
||||
|
||||
{:error, changeset} ->
|
||||
{:error, _, changeset, _} ->
|
||||
send_update(TaskEditComponent, id: "task_edit:#{task.id}", changeset: changeset)
|
||||
{:noreply, socket}
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue