summaryrefslogtreecommitdiff
path: root/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx')
-rw-r--r--lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx b/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx
index f879f065..20cd3427 100644
--- a/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx
+++ b/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx
@@ -218,6 +218,8 @@ export function VendorRegularRegistrationsTableToolbarActions({
email: session.user.email || undefined,
},
approvers: approvers,
+ attachments: attachments, // 첨부파일 전달
+ title: title, // 미리보기에서 수정한 제목 전달
});
if (result.status === 'pending_approval') {
@@ -322,6 +324,9 @@ export function VendorRegularRegistrationsTableToolbarActions({
email: session.user.email || undefined,
}}
onConfirm={handleApprovalSubmit}
+ enableAttachments={true}
+ maxAttachments={10}
+ maxFileSize={100 * 1024 * 1024} // 100MB
/>
)}
</div>