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