Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

web: fix agent rename crash

+5
+5
apps/sower/lib/sower_web/live/agent_live/show.ex
··· 60 60 {:noreply, assign(socket, :deployments, deployments)} 61 61 end 62 62 63 + def handle_info({SowerWeb.AgentLive.FormComponent, {:saved, agent}}, socket) do 64 + agent = Sower.Repo.preload(agent, :subscriptions) 65 + {:noreply, assign(socket, :agent, agent)} 66 + end 67 + 63 68 @impl true 64 69 def handle_event("set_generations_filter", %{"filter" => filter}, socket) do 65 70 generations = load_generations(socket.assigns.agent, filter)