add channels to setting form attributes

This commit is contained in:
Inhji 2023-03-31 17:00:30 +02:00
parent d1f4b70fe8
commit 64d368c5b6

View file

@ -8,6 +8,7 @@ defmodule ChiyaWeb.SettingHTML do
"""
attr :changeset, Ecto.Changeset, required: true
attr :action, :string, required: true
attr :channels, :list, required: true
def setting_form(assigns)
end