1
0
forked from test/crm

chore: resolved conflict

This commit is contained in:
Shariq Ansari 2025-07-05 14:39:32 +05:30 committed by GitHub
parent 8b04f3da3e
commit 136aa73822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,7 @@
</Breadcrumbs>
</header>
</LayoutHeader>
<<<<<<< HEAD
<div v-if="contact.data" class="flex flex-col h-full overflow-hidden">
=======
<div v-if="contact.doc" class="flex flex-col h-full overflow-hidden">
>>>>>>> 42ea1ad1 (fix: useDocument in contact page)
<FileUploader
@success="changeContactImage"
:validateFile="validateIsImageFile"