diff --git a/lib/outlook_web/live/translation_live/form_component.ex b/lib/outlook_web/live/translation_live/form_component.ex index 672a43a..c261adf 100644 --- a/lib/outlook_web/live/translation_live/form_component.ex +++ b/lib/outlook_web/live/translation_live/form_component.ex @@ -54,6 +54,7 @@ defmodule OutlookWeb.TranslationLive.FormComponent do {:ok, socket |> assign(assigns) + |> assign(:current_tunit, nil) |> assign(:changeset, changeset) |> assign(:deepl_progress, nil)} end