feat(FE-311): Add rejection modals and accept handler

This commit is contained in:
rstubryan
2025-12-10 13:30:40 +07:00
parent 48f228de1c
commit 429f5ffb62
2 changed files with 92 additions and 1 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export type CreateManagerApprovalRequestPayload = {
export type CreateAcceptApprovalRequestPayload = {
action: 'APPROVED' | 'REJECTED';
notes?: string;
notes?: string | null;
items: {
purchase_item_id: number;
received_date: string;