We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c67b98 commit 2604acaCopy full SHA for 2604aca
demo/src/ChatContainer.vue
@@ -441,7 +441,7 @@ export default {
441
name: file.name,
442
size: file.size,
443
type: file.type,
444
- extension: file.extension,
+ extension: file.extension || file.type,
445
url: file.localUrl
446
}
447
if (file.audio) {
@@ -537,7 +537,7 @@ export default {
537
538
539
540
541
url: file.url || file.localUrl
542
543
0 commit comments