mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
Fix issues related to search apps, notification duration, and loading icon on the explore page (#6374)
This commit is contained in:
@@ -106,7 +106,7 @@ const ChatInput: FC<ChatInputProps> = ({
|
||||
}
|
||||
|
||||
const logError = (message: string) => {
|
||||
notify({ type: 'error', message, duration: 3000 })
|
||||
notify({ type: 'error', message })
|
||||
}
|
||||
const handleVoiceInputShow = () => {
|
||||
(Recorder as any).getPermission().then(() => {
|
||||
|
||||
Reference in New Issue
Block a user