fix(dashboard): bind key role select to the correct variable

This commit is contained in:
sam 2024-10-24 22:04:47 +02:00
parent 92e7e1f1cb
commit 6f002c06a5
Signed by: sam
GPG key ID: 5F3C3C1B3166639D

View file

@ -81,7 +81,10 @@
</div>
<div class="p-2">
<Label><strong>Changes to key roles</strong></Label>
<ChannelSelect bind:value={channels.guild_update} options={data.options} />
<ChannelSelect
bind:value={channels.guild_key_role_update}
options={data.options}
/>
<small>
Key roles can be designated with the <code>/key-roles</code> command or the
"Key roles" tab above.