Skip to content

Commit

Permalink
Merge pull request #370 from intersective/task/CORE-6505/institutionPage
Browse files Browse the repository at this point in the history
[CORE-6447] attachment variable
  • Loading branch information
trtshen authored Apr 18, 2024
2 parents 26e3589 + a6d48fe commit b6f5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chat/chat-room/chat-room.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<!-- File preview -->
<ion-col size="10" size-lg="6" class="ion-no-padding ion-text-center" *ngIf="!attachment.mimetype || !attachment.mimetype.includes('image') && !attachment.mimetype.includes('video')">
<div class="file-preview">
<ion-item lines="none" class="general-attachment" (click)="previewFile(message.fileObject)">
<ion-item lines="none" class="general-attachment" (click)="previewFile(attachment)">
<ion-ripple-effect></ion-ripple-effect>
<ion-icon name="document" slot="start"></ion-icon>
<ion-label color="black">
Expand Down

0 comments on commit b6f5cb8

Please sign in to comment.