Added test button to apprise input (#226)

This commit is contained in:
Kieran
2024-05-03 15:42:22 -07:00
committed by GitHub
parent 5427c6247f
commit 944d26b57d
8 changed files with 196 additions and 38 deletions
@@ -6,6 +6,7 @@ defmodule PinchflatWeb.Settings.SettingHTML do
@doc """
Renders a setting form.
"""
attr :conn, Plug.Conn, required: true
attr :changeset, Ecto.Changeset, required: true
attr :action, :string, required: true