Skip to content

Commit 1f8a665

Browse files
committed
ePlease enter the commit message for your changes. Lines starting
1 parent afcac1e commit 1f8a665

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementProductTable.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ import {
2121
styled,
2222
Box
2323
} from '@mui/material';
24-
import { OtherProductReason, WbsNumber, validateWBS, wbsPipe, ReimbursementProductFormArgs } from 'shared';
24+
import {
25+
OtherProductReason,
26+
WbsNumber,
27+
validateWBS,
28+
wbsPipe,
29+
ReimbursementProductFormArgs,
30+
ReimbursementProductCreateArgs
31+
} from 'shared';
2532
import { Add, Delete } from '@mui/icons-material';
2633
import { Control, Controller, FieldErrors, UseFormSetValue } from 'react-hook-form';
2734
import { ReimbursementRequestFormInput } from './ReimbursementRequestForm';
@@ -44,7 +51,7 @@ interface ReimbursementProductTableProps {
4451
id: string;
4552
}[];
4653
errors: FieldErrors<ReimbursementRequestFormInput>;
47-
control: Control<ReimbursementRequestFormInput, any>;
54+
control: Control<ReimbursementRequestFormInput, ReimbursementProductCreateArgs>;
4855
setValue: UseFormSetValue<ReimbursementRequestFormInput>;
4956
}
5057

0 commit comments

Comments
 (0)