Add apparently forgotten assignment

This commit is contained in:
Thelonius Kort
2023-01-05 22:24:30 +01:00
parent 78160a5bae
commit f22171cae3

View File

@ -54,6 +54,7 @@ defmodule OutlookWeb.TranslationLive.FormComponent do
{:ok, {:ok,
socket socket
|> assign(assigns) |> assign(assigns)
|> assign(:current_tunit, nil)
|> assign(:changeset, changeset) |> assign(:changeset, changeset)
|> assign(:deepl_progress, nil)} |> assign(:deepl_progress, nil)}
end end