diff --git a/extra/lib/plausible_web/live/funnel_settings/form.ex b/extra/lib/plausible_web/live/funnel_settings/form.ex index fa18248be046..63250f402475 100644 --- a/extra/lib/plausible_web/live/funnel_settings/form.ex +++ b/extra/lib/plausible_web/live/funnel_settings/form.ex @@ -84,7 +84,7 @@ defmodule PlausibleWeb.Live.FunnelSettings.Form do Funnel steps -
+
<.live_component selected={find_preselected(@funnel, @funnel_modified?, step_idx)} @@ -117,13 +117,12 @@ defmodule PlausibleWeb.Live.FunnelSettings.Form do
- <.add_step_button :if={ - length(@step_ids) < Funnel.max_steps() and - map_size(@selections_made) < length(@goals) - } /> - -
-

+

+ <.add_step_button :if={ + length(@step_ids) < Funnel.max_steps() and + map_size(@selections_made) < length(@goals) + } /> +

<%= if @evaluation_result do %> Last month conversion rate: <%= List.last(@evaluation_result.steps).conversion_rate %>% <% end %> @@ -179,7 +178,7 @@ defmodule PlausibleWeb.Live.FunnelSettings.Form do def add_step_button(assigns) do ~H""" - + + Add another step """