Skip to content

Commit

Permalink
Update view/next-project/src/components/purchasereports/PurchaseRepor…
Browse files Browse the repository at this point in the history
…tAddModal.tsx

Co-authored-by: Kubosaka Shungo <[email protected]>
  • Loading branch information
Ryotakobayash and Kubosaka authored Jul 23, 2024
1 parent 988c6e2 commit b9c3414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface PurchaseOrderView {
purchaseItem: PurchaseItem[];
}

export interface ModalProps {
interface ModalProps {
purchaseOrderId?: number;
purchaseItemNum: number;
isOpen: boolean;
Expand Down

0 comments on commit b9c3414

Please sign in to comment.