fix(dashboard): bind key role select to the correct variable
This commit is contained in:
parent
92e7e1f1cb
commit
6f002c06a5
1 changed files with 4 additions and 1 deletions
|
|
@ -81,7 +81,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="p-2">
|
<div class="p-2">
|
||||||
<Label><strong>Changes to key roles</strong></Label>
|
<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>
|
<small>
|
||||||
Key roles can be designated with the <code>/key-roles</code> command or the
|
Key roles can be designated with the <code>/key-roles</code> command or the
|
||||||
"Key roles" tab above.
|
"Key roles" tab above.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue