mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
feat(FE-311): Add rejection modals and accept handler
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user