DEV: removes select-kit deprecation (#19200)

This commit is contained in:
Joffrey JAFFEUX
2022-11-26 15:17:43 +01:00
committed by GitHub
parent 637fb9831b
commit b032115506

View File

@@ -29,7 +29,7 @@
<div class="control-group chat-setting controls-dropdown">
<label for="user_chat_sounds">{{i18n "chat.sound.title"}}</label>
<ComboBox @none="chat.sounds.none" @valueProperty="value" @content={{this.chatSounds}} @value={{this.model.user_option.chat_sound}} @id="user_chat_sounds" @onChange={{action "onChangeChatSound"}} />
<ComboBox @options={{hash none="chat.sounds.none"}} @valueProperty="value" @content={{this.chatSounds}} @value={{this.model.user_option.chat_sound}} @id="user_chat_sounds" @onChange={{action "onChangeChatSound"}} />
</div>
<div class="control-group chat-setting controls-dropdown">