Fixes undefined prop on attachment list.

This commit is contained in:
mateuswetah 2022-07-28 15:51:33 -03:00
parent b0055cc851
commit 589847272c
1 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,8 @@
v-if="item != undefined && item.id != undefined && !isLoading && !$adminOptions.hideItemSingleAttachments"
class="section-box section-attachments">
<attachments-list
:item="item" />
:item="item"
:form="item" />
</div>
<!-- Hook for extra Form options -->