Merge pull request #4546 from aignatov-bio/ai-sci-7356-fix-delete-file-modal

Fix the file name in the attachment delete modal [SCI-7356]
This commit is contained in:
aignatov-bio 2022-10-19 11:15:25 +02:00 committed by GitHub
commit d0312c6348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@
</ul>
<deleteAttachmentModal
v-if="deleteModal"
fileName="attachment.attributes.file_name"
:fileName="attachment.attributes.file_name"
@confirm="deleteAttachment"
@cancel="deleteModal = false"
/>