mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 09:13:02 +08:00
Fix file name in attachment delete modal [SCI-7356]
This commit is contained in:
parent
482044a448
commit
c6e5fba21c
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