„lib/chiya_web/controllers/setting_html/setting_form.html.heex“ ändern

This commit is contained in:
inhji 2023-07-03 13:49:35 +02:00
parent d1938f762c
commit 4870413175

View file

@ -27,6 +27,12 @@
label="Default Channel"
options={@channels}
/>
<.input
field={f[:wiki_channel_id]}
type="select"
label="Wiki Channel"
options={@channels}
/>
<:actions>
<.button>Save Setting</.button>
</:actions>