mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 10:13:01 +08:00
Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -111,7 +111,7 @@ const VoiceInput = ({
|
||||
onConverted(audioResponse.text)
|
||||
onCancel()
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
onConverted('')
|
||||
onCancel()
|
||||
}
|
||||
@@ -125,7 +125,7 @@ const VoiceInput = ({
|
||||
if (canvasRef.current && ctxRef.current)
|
||||
drawRecord()
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
onCancel()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user