diff --git a/src/components/Chat.vue b/src/components/Chat.vue index a286a2c..3ec30c3 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -2,7 +2,7 @@
+ accept="image/*, audio/*, video/*, .pdf" class="d-none" />
@@ -1453,9 +1453,9 @@ export default { }, 3000); }, setShowRecorder() { - if (this.canRecordAudio) { + if (this.canRecordAudio) { this.showRecorder = true; - } else { + } else { this.showNoRecordingAvailableDialog = true; } }