mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
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:
commit
d0312c6348
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
</ul>
|
||||
<deleteAttachmentModal
|
||||
v-if="deleteModal"
|
||||
fileName="attachment.attributes.file_name"
|
||||
:fileName="attachment.attributes.file_name"
|
||||
@confirm="deleteAttachment"
|
||||
@cancel="deleteModal = false"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue