summaryrefslogtreecommitdiff
path: root/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-07 06:55:14 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-07 06:55:14 +0000
commit2072e5d9720bac85e419736b9e201aaab526ecfc (patch)
tree7ac43979b98fb83841a6df81f232bbe8472ca09c /lib/vendor-regular-registrations/table/vendor-regular-registrations-table-toolbar-actions.tsx
parent6624adf48ea550dc47ffa27b2f9bf3e019d92f7b (diff)
parenta78f26bc52a2ff032a8103f36a2a660cefa9fb64 (diff)
Merge branch 'dujinkim' of https://github.com/DTS-Development/SHI_EVCP into dujinkim
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>