Fix issues related to search apps, notification duration, and loading icon on the explore page (#6374)

This commit is contained in:
faye1225
2024-07-17 20:24:31 +08:00
committed by GitHub
parent a6dbd26f75
commit 65bc4e0fc0
6 changed files with 59 additions and 28 deletions

View File

@@ -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(() => {