parent
80b3871c55
commit
6b50bb0fe6
9 changed files with 21 additions and 11 deletions
|
|
@ -149,7 +149,7 @@ const VoiceParamConfig = ({
|
|||
<div
|
||||
className='mb-2 leading-[18px] text-[13px] font-semibold text-gray-800'>{t('appDebug.voice.voiceSettings.voice')}</div>
|
||||
<Listbox
|
||||
value={voiceItem}
|
||||
value={voiceItem ?? {}}
|
||||
disabled={!languageItem}
|
||||
onChange={(value: Item) => {
|
||||
handleChange({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue