mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-17 04:26:54 +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…
x
Reference in New Issue
Block a user