diff --git a/app/javascript/dashboard/components-next/message/bubbles/Audio.vue b/app/javascript/dashboard/components-next/message/bubbles/Audio.vue
new file mode 100644
index 000000000..938b12a83
--- /dev/null
+++ b/app/javascript/dashboard/components-next/message/bubbles/Audio.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
diff --git a/app/javascript/dashboard/components-next/message/chips/Audio.vue b/app/javascript/dashboard/components-next/message/chips/Audio.vue
index 724da4c47..f7ed1c5f2 100644
--- a/app/javascript/dashboard/components-next/message/chips/Audio.vue
+++ b/app/javascript/dashboard/components-next/message/chips/Audio.vue
@@ -10,6 +10,10 @@ const { attachment } = defineProps({
},
});
+defineOptions({
+ inheritAttrs: false,
+});
+
const timeStampURL = computed(() => {
return timeStampAppendedURL(attachment.dataUrl);
});
@@ -82,7 +86,7 @@ const downloadAudio = () => {
>
-
+