devel #161

Merged
inhji merged 9 commits from devel into main 2023-07-03 13:52:55 +02:00
Showing only changes of commit 4870413175 - Show all commits

View file

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