From 64d368c5b6d6655753f3ef88b8e5264f910130fb Mon Sep 17 00:00:00 2001 From: Inhji Date: Fri, 31 Mar 2023 17:00:30 +0200 Subject: [PATCH] add channels to setting form attributes --- lib/chiya_web/controllers/setting_html.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chiya_web/controllers/setting_html.ex b/lib/chiya_web/controllers/setting_html.ex index a1808ef..6b4aad8 100644 --- a/lib/chiya_web/controllers/setting_html.ex +++ b/lib/chiya_web/controllers/setting_html.ex @@ -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