defmodule PlausibleWeb.Live.GoalSettings.List do @moduledoc """ Phoenix LiveComponent module that renders a list of goals """ use Phoenix.LiveComponent use Phoenix.HTML use Plausible.Funnel attr(:goals, :list, required: true) attr(:domain, :string, required: true) attr(:filter_text, :string) def render(assigns) do ~H"""
No goals found for this site. Please refine or reset your search. No goals configured for this site.
<% end %>