mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: config not exists (#2513)
This commit is contained in:
parent
3505cbe05c
commit
cad6e6624f
|
@ -74,7 +74,7 @@ const Operation: FC<OperationProps> = ({
|
|||
)
|
||||
}
|
||||
|
||||
{(!isOpeningStatement && config?.text_to_speech.enabled) && (
|
||||
{(!isOpeningStatement && config?.text_to_speech?.enabled) && (
|
||||
<AudioBtn
|
||||
value={content}
|
||||
className='hidden group-hover:block'
|
||||
|
|
Loading…
Reference in New Issue
Block a user