mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Comment attachments presenter (#1128)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
98bdcfce68
commit
b9291eb647
@ -15,6 +15,7 @@
|
||||
-->
|
||||
|
||||
<script lang="ts">
|
||||
import { AttachmentDocList } from '@anticrm/attachment-resources'
|
||||
import type { Comment } from '@anticrm/chunter'
|
||||
import { formatName } from '@anticrm/contact'
|
||||
import { Avatar, getClient, MessageViewer } from '@anticrm/presentation'
|
||||
@ -41,6 +42,7 @@
|
||||
</div>
|
||||
<ShowMore limit={126} fixed>
|
||||
<MessageViewer message={value.message}/>
|
||||
<AttachmentDocList {value} />
|
||||
</ShowMore>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user