diff --git a/app/javascript/dashboard/components/Modal.vue b/app/javascript/dashboard/components/Modal.vue index 8b762c60c..e7740cc35 100644 --- a/app/javascript/dashboard/components/Modal.vue +++ b/app/javascript/dashboard/components/Modal.vue @@ -8,6 +8,7 @@ >
-
+
({ + ...attachment, + sender: this.data.sender || {}, + created_at: this.data.created_at || '', + })); + }, shouldRenderMessage() { return ( this.hasAttachments || diff --git a/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue b/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue index 0f04c1d07..b54183ad4 100644 --- a/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue +++ b/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue @@ -1,66 +1,104 @@