chore: Minor fix

This commit is contained in:
iamsivin
2025-01-24 18:59:34 +05:30
parent 5f083b5c17
commit d451329a81
3 changed files with 23 additions and 19 deletions
@@ -25,7 +25,10 @@ const isEmpty = computed(() => {
{{ $t('CONVERSATION.NO_CONTENT') }}
</span>
<FormattedContent v-if="content" :content="content" />
<AttachmentChips :attachments="attachments" class="gap-2" />
<AttachmentChips
:attachments="attachments"
class="flex flex-col gap-2.5"
/>
<template v-if="isTemplate">
<div
v-if="contentAttributes.submittedEmail"