This commit is contained in:
nasir@endelospay.com
2024-06-11 00:23:34 +05:00
parent 9699b230d5
commit e3e44f116e
2 changed files with 15 additions and 5 deletions

View File

@@ -76,8 +76,8 @@ const downloadFile = (fileUrl) => {
</span>
<span class="app-timeline-title" v-if="p_note.note_type == 'file'">
<img :src="p_note.note" @click="downloadImage(p_note.note)" />
<button @click="downloadImage(p_note.note)">Download Image</button>
<img :src="p_note.note" @click="downloadImage(p_note.note)" />
</span>