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