diff --git a/lib/chiya_web/controllers/setting_html/setting_form.html.heex b/lib/chiya_web/controllers/setting_html/setting_form.html.heex index 80440e7..089e2fe 100644 --- a/lib/chiya_web/controllers/setting_html/setting_form.html.heex +++ b/lib/chiya_web/controllers/setting_html/setting_form.html.heex @@ -21,6 +21,12 @@ label="Micropub Channel" options={@channels} /> + <.input + field={f[:bookmark_channel_id]} + type="select" + label="Bookmark Channel" + options={@channels} + /> <.input field={f[:default_channel_id]} type="select"